Packagecom.distriqt.extension.nativemaps.objects
Classpublic class MapType
InheritanceMapType Inheritance Object

Class to define values for map types available



Public Properties
 PropertyDefined 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
Property Detail
MAP_TYPE_HYBRIDproperty
public static var MAP_TYPE_HYBRID:int = 4

Hybrid map type. Available on iOS and Android.

MAP_TYPE_NONEproperty 
public static var MAP_TYPE_NONE:int = 0

No map type. Will usually default to Normal, this value should not really be used.

MAP_TYPE_NORMALproperty 
public static var MAP_TYPE_NORMAL:int = 1

Normal map type. Available on iOS and Android.

MAP_TYPE_SATELLITEproperty 
public static var MAP_TYPE_SATELLITE:int = 2

Satellite map type. Available on iOS and Android.

MAP_TYPE_TERRAINproperty 
public static var MAP_TYPE_TERRAIN:int = 3

Terrain map type. Available on Android and iOS. iOS implementation is available but undocumented by Apple.