GetWaypointsOptions enum Routes & Navigation

Options selecting which set of waypoints to return from RouteBase.getWaypoints.

Inheritance
Available extensions

Values

initial → const GetWaypointsOptions

The initial waypoint set produced by the route calculation.

remainingInitial → const GetWaypointsOptions

Remaining waypoints derived from the initial calculation. When navigating a route intermediate waypoints that have been passed are removed.

remaining → const GetWaypointsOptions

Remaining waypoints including user and service added entries (used by special routing modes such as EV).

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

Constants

values → const List<GetWaypointsOptions>
A constant List of the values in this enum, in order of their declaration.