类型 字符串 对象 Map 库 native.* 修订版 版本 2024.3703 关键词 mapType
指定地图显示类型的一个字符串。可能的值有
“standard”
“satellite”
“hybrid”
local myMap = native.newMapView( 0, 0 , display.contentWidth, display.contentHeight ) myMap.mapType = "satellite"