MapType enum

Defines the map types supported by this plugin

Inheritance

Constructors

MapType()
const

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

yandexNavi → const MapType

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

kakao → const MapType
tmap → const MapType
mapyCz → const MapType

MapyCZ

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<MapType>
A constant List of the values in this enum, in order of their declaration.