MapEvent enum

All possible events that could occur in the course of navigation

Inheritance

Constructors

MapEvent()
const

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
bannerInstruction → 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

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<MapEvent>
A constant List of the values in this enum, in order of their declaration.