object.mapType

Type String
Object Map
Library native.*
Revision Release 2024.3703
Keywords mapType

Overview

A string that specifies the type of map display. Possible values are:

Example

local myMap = native.newMapView( 0, 0 , display.contentWidth, display.contentHeight )
myMap.mapType = "satellite"