MapMode enum
Supported map style modes
Values
- Map → const MapMode
-
Basic map
- Transit → const MapMode
-
Public transport map
- Driving → const MapMode
-
Automobile navigation map
- Admin → const MapMode
-
Administrative map
- LegacyMap → const MapMode
-
Legacy basic map design, can be used to preserve compatibility with app design/legacy map customizaitons
- FutureMap → const MapMode
-
Upcoming basic map design
Properties
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