Maneuver enum Navigation

A set of values that specify the navigation action to take.

Inheritance
Available extensions

Values

destination → const Maneuver

Arrival at a destination.

depart → const Maneuver

Starting point of the maneuver.

destinationLeft → const Maneuver

Arrival at a destination located on the left side of the road.

destinationRight → const Maneuver

Arrival at a destination located on the right side of the road.

ferryBoat → const Maneuver

Take the boat ferry.

ferryTrain → const Maneuver

Take the train ferry.

forkLeft → const Maneuver

Current road joins another road slightly on the left.

forkRight → const Maneuver

Current road joins another road slightly on the right.

mergeLeft → const Maneuver

Current road joins another on the left.

mergeRight → const Maneuver

Current road joins another on the right.

mergeUnspecified → const Maneuver

Current road joins another.

nameChange → const Maneuver

The street name changes.

offRampKeepLeft → const Maneuver

Keep to the left side of the road when exiting a turnpike or freeway as the road diverges.

offRampKeepRight → const Maneuver

Keep to the right side of the road when exiting a turnpike or freeway as the road diverges.

offRampLeft → const Maneuver

Regular left turn to exit a turnpike or freeway.

offRampRight → const Maneuver

Regular right turn to exit a turnpike or freeway.

offRampSharpLeft → const Maneuver

Sharp left turn to exit a turnpike or freeway.

offRampSharpRight → const Maneuver

Sharp right turn to exit a turnpike or freeway.

offRampSlightLeft → const Maneuver

Slight left turn to exit a turnpike or freeway.

offRampSlightRight → const Maneuver

Slight right turn to exit a turnpike or freeway.

offRampUnspecified → const Maneuver

Exit a turnpike or freeway.

offRampUTurnClockwise → const Maneuver

Clockwise turn onto the opposite side of the street to exit a turnpike or freeway.

offRampUTurnCounterclockwise → const Maneuver

Counterclockwise turn onto the opposite side of the street to exit a turnpike or freeway.

onRampKeepLeft → const Maneuver

Keep to the left side of the road when entering a turnpike or freeway as the road diverges.

onRampKeepRight → const Maneuver

Keep to the right side of the road when entering a turnpike or freeway as the road diverges.

onRampLeft → const Maneuver

Regular left turn to enter a turnpike or freeway.

onRampRight → const Maneuver

Regular right turn to enter a turnpike or freeway.

onRampSharpLeft → const Maneuver

Sharp left turn to enter a turnpike or freeway.

onRampSharpRight → const Maneuver

Sharp right turn to enter a turnpike or freeway.

onRampSlightLeft → const Maneuver

Slight left turn to enter a turnpike or freeway.

onRampSlightRight → const Maneuver

Slight right turn to enter a turnpike or freeway.

onRampUnspecified → const Maneuver

Enter a turnpike or freeway.

onRampUTurnClockwise → const Maneuver

Clockwise turn onto the opposite side of the street to enter a turnpike or freeway.

onRampUTurnCounterclockwise → const Maneuver

Counterclockwise turn onto the opposite side of the street to enter a turnpike or freeway.

roundaboutClockwise → const Maneuver

Enter a roundabout in the clockwise direction.

roundaboutCounterclockwise → const Maneuver

Enter a roundabout in the counterclockwise direction.

roundaboutExitClockwise → const Maneuver

Exit a roundabout in the clockwise direction.

roundaboutExitCounterclockwise → const Maneuver

Exit a roundabout in the counterclockwise direction.

roundaboutLeftClockwise → const Maneuver

Enter a roundabout in the clockwise direction and turn left.

roundaboutLeftCounterclockwise → const Maneuver

Enter a roundabout in the counterclockwise direction and turn left.

roundaboutRightClockwise → const Maneuver

Enter a roundabout in the clockwise direction and turn right.

roundaboutRightCounterclockwise → const Maneuver

Enter a roundabout in the counterclockwise direction and turn right.

roundaboutSharpLeftClockwise → const Maneuver

Enter a roundabout in the clockwise direction and turn sharply to the left.

roundaboutSharpLeftCounterclockwise → const Maneuver

Enter a roundabout in the counterclockwise direction and turn sharply to the left.

roundaboutSharpRightClockwise → const Maneuver

Enter a roundabout in the clockwise direction and turn sharply to the right.

roundaboutSharpRightCounterclockwise → const Maneuver

Enter a roundabout in the counterclockwise direction and turn sharply to the right.

roundaboutSlightLeftClockwise → const Maneuver

Enter a roundabout in the clockwise direction and turn slightly left.

roundaboutSlightLeftCounterclockwise → const Maneuver

Enter a roundabout in the counterclockwise direction and turn slightly to the left.

roundaboutSlightRightClockwise → const Maneuver

Enter a roundabout in the clockwise direction and turn slightly to the right.

roundaboutSlightRightCounterclockwise → const Maneuver

Enter a roundabout in the counterclockwise direction and turn slightly to the right.

roundaboutStraightClockwise → const Maneuver

Enter a roundabout in the clockwise direction and continue straight.

roundaboutStraightCounterclockwise → const Maneuver

Enter a roundabout in the counterclockwise direction and continue straight.

roundaboutUTurnClockwise → const Maneuver

Enter a roundabout in the clockwise direction and turn clockwise onto the opposite side of the street.

roundaboutUTurnCounterclockwise → const Maneuver

Enter a roundabout in the counterclockwise direction and turn counterclockwise onto the opposite side of the street.

straight → const Maneuver

Continue straight.

turnKeepLeft → const Maneuver

Keep left as the road diverges.

turnKeepRight → const Maneuver

Keep right as the road diverges.

turnLeft → const Maneuver

Regular left turn at an intersection.

turnRight → const Maneuver

Regular right turn at an intersection.

turnSharpLeft → const Maneuver

Sharp left turn at an intersection.

turnSharpRight → const Maneuver

Sharp right turn at an intersection.

turnSlightLeft → const Maneuver

Slight left turn at an intersection.

turnSlightRight → const Maneuver

Slight right turn at an intersection.

turnUTurnClockwise → const Maneuver

Clockwise turn onto the opposite side of the street.

turnUTurnCounterclockwise → const Maneuver

Counterclockwise turn onto the opposite side of the street.

unknown → const Maneuver

Unknown maneuver.

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