MapEvent enum
All possible events that could occur in the course of navigation
Values
- mapReady → const MapEvent
- routeBuilding → const MapEvent
- routeBuilt → const MapEvent
- routeBuildFailed → const MapEvent
- routeBuildCancelled → const MapEvent
- routeBuildNoRoutesFound → const MapEvent
- progressChange → const MapEvent
- userOffRoute → const MapEvent
- milestoneEvent → const MapEvent
- fasterRouteFound → const MapEvent
- speechAnnouncement → const MapEvent
- onArrival → const MapEvent
- failedToReroute → const MapEvent
- rerouteAlong → const MapEvent
- onMapMove → const MapEvent
- onMapMoveEnd → const MapEvent
- onMapLongClick → const MapEvent
- onMapClick → const MapEvent
- onMapRendered → const MapEvent
- onNewRouteSelected → const MapEvent
- cameraOnMove → const MapEvent
- markerClicked → const MapEvent
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