DrivingDirectionSignDirection enum

The direction of the manoeuvre on the direction sign.

Inheritance
Available extensions

Values

Left180 → const DrivingDirectionSignDirection

180 degree turn to the left.

Left135 → const DrivingDirectionSignDirection

135 degree turn to the left.

Left90 → const DrivingDirectionSignDirection

90 degree turn to the left.

Left45 → const DrivingDirectionSignDirection

45 degree turn to the left.

StraightAhead → const DrivingDirectionSignDirection

Lane going straight ahead.

Right45 → const DrivingDirectionSignDirection

45 degree turn to the right.

Right90 → const DrivingDirectionSignDirection

90 degree turn to the right.

Right135 → const DrivingDirectionSignDirection

135 degree turn to the right.

Right180 → const DrivingDirectionSignDirection

180 degree turn to the right.

LeftFromRight → const DrivingDirectionSignDirection

Right turn followed by smooth left turn

RightFromLeft → const DrivingDirectionSignDirection

Left turn followed by smooth right turn

LeftShift → const DrivingDirectionSignDirection

A shift to the left in the lane.

RightShift → const DrivingDirectionSignDirection

A shift to the right in the lane.

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