DrivingAction enum

Driver actions.

Inheritance
Available extensions

Values

Unknown → const DrivingAction

Unknown action.

Straight → const DrivingAction

Going straight.

SlightLeft → const DrivingAction

Going slightly to the left.

SlightRight → const DrivingAction

Going slightly to the right.

Left → const DrivingAction

Going left.

Going right.

HardLeft → const DrivingAction

Turning left.

HardRight → const DrivingAction

Turning right.

ForkLeft → const DrivingAction

Choosing a fork to the left.

ForkRight → const DrivingAction

Choosing a fork to the right.

UturnLeft → const DrivingAction

U-turn to the left.

UturnRight → const DrivingAction

U-turn to the right.

EnterRoundabout → const DrivingAction

Entering a roundabout.

LeaveRoundabout → const DrivingAction

Leaving a roundabout.

BoardFerry → const DrivingAction

Boarding a ferry.

LeaveFerry → const DrivingAction

Leaving a ferry.

ExitLeft → const DrivingAction

Exiting to the left.

ExitRight → const DrivingAction

Exiting to the right.

Finish → const DrivingAction

Finishing the route.

Waypoint → const DrivingAction

Passing waypoint

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