MapMode enum
Enum representing different modes for the Google Maps widget.
The available modes are:
place
: Used to display a specific place on the map.view
: Used to display a general view of the map.directions
: Used to display directions between two locations on the map.streetview
: Used to display a street view of a specific location.search
: Used to display search results on the map.
Values
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