LaneRecommendationState enum

Indicates whether this lane leads to the next maneuvers or not.

The next maneuver is the next upcoming maneuver which is not yet reached, but that was already announced as new maneuver in RouteProgress.maneuverProgress.

Values

notRecommended → const LaneRecommendationState

This lane will not lead the user to the next maneuver.

Only possible when ManeuverViewLaneAssistance.lanesForNextNextManeuver is not empty. If ManeuverViewLaneAssistance.lanesForNextNextManeuver is not empty, then this lane will lead the user only to the next maneuver, but not to the maneuver after the next maneuver.

highlyRecommended → const LaneRecommendationState

This lane will lead the user to the next maneuver. If ManeuverViewLaneAssistance.lanesForNextNextManeuver is not empty, then this lane will lead the user to the next maneuver and to the maneuver after the next maneuver.

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