| Package | com.distriqt.extension.nativemaps.objects |
| Class | public class MapType |
| Inheritance | MapType Object |
Class to define values for map types available
| Property | Defined By | ||
|---|---|---|---|
| MAP_TYPE_HYBRID : int = 4 [static]
Hybrid map type. | MapType | ||
| MAP_TYPE_NONE : int = 0 [static]
No map type. | MapType | ||
| MAP_TYPE_NORMAL : int = 1 [static]
Normal map type. | MapType | ||
| MAP_TYPE_SATELLITE : int = 2 [static]
Satellite map type. | MapType | ||
| MAP_TYPE_TERRAIN : int = 3 [static]
Terrain map type. | MapType | ||
| MAP_TYPE_HYBRID | property |
public static var MAP_TYPE_HYBRID:int = 4Hybrid map type. Available on iOS and Android.
| MAP_TYPE_NONE | property |
public static var MAP_TYPE_NONE:int = 0No map type. Will usually default to Normal, this value should not really be used.
| MAP_TYPE_NORMAL | property |
public static var MAP_TYPE_NORMAL:int = 1Normal map type. Available on iOS and Android.
| MAP_TYPE_SATELLITE | property |
public static var MAP_TYPE_SATELLITE:int = 2Satellite map type. Available on iOS and Android.
| MAP_TYPE_TERRAIN | property |
public static var MAP_TYPE_TERRAIN:int = 3Terrain map type. Available on Android and iOS. iOS implementation is available but undocumented by Apple.