MapType enum
Type of map tiles to display.
Values
- none → const MapType
-
Do not display map tiles.
- normal → const MapType
-
Normal tiles (traffic and labels, subtle terrain information).
- satellite → const MapType
-
Satellite imaging tiles (aerial photos)
- terrain → const MapType
-
Terrain tiles (indicates type and height of terrain)
- hybrid → const MapType
-
Hybrid tiles (satellite images with some labels/overlays)
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