MapType enum
Defines the map types supported by this plugin
Values
- apple → const MapType
-
Apple Maps Only available on iOS
- google → const MapType
-
Google Maps
- googleGo → const MapType
-
Google Maps Go Only available on Android
- amap → const MapType
-
Amap (Gaode Maps)
- baidu → const MapType
-
Baidu Maps
- waze → const MapType
-
Waze
- yandexMaps → const MapType
-
Yandex Maps
-
Yandex Navi
- citymapper → const MapType
-
Citymapper
- mapswithme → const MapType
-
Maps.me
- osmand → const MapType
-
OsmAnd
- osmandplus → const MapType
-
OsmAnd+ Only available on Android
- doubleGis → const MapType
-
DoubleGis
- tencent → const MapType
-
Tencent (QQ Maps)
- here → const MapType
-
HERE WeGo
- petal → const MapType
-
Petal Maps Only available on Android
- tomtomgo → const MapType
-
TomTom Go
- tomtomgofleet → const MapType
-
TomTom Go Fleet
- copilot → const MapType
-
CoPilot
- sygicTruck → const MapType
-
Sygic Truck
- flitsmeister → const MapType
-
Flitsmeister Only available on Android
- truckmeister → const MapType
-
Truckmeister Only available on Android
- mappls → const MapType
-
Mappls MapmyIndia
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited