LaneDirection enum

This enum defines the lane direction.

Values

straight → const LaneDirection

A lane direction that goes straight up.

slightLeft → const LaneDirection

A lane direction that goes slightly left.

quiteLeft → const LaneDirection

A lane direction that goes quite left.

hardLeft → const LaneDirection

A lane direction that goes hard left.

uTurnLeft → const LaneDirection

A lane direction that makes a left u-turn.

slightRight → const LaneDirection

A lane direction that goes slightly right.

quiteRight → const LaneDirection

A lane direction that goes quite right.

hardRight → const LaneDirection

A lane direction that goes hard right.

uTurnRight → const LaneDirection

A lane direction that makes a right u-turn.

mergeRight → const LaneDirection

A lane direction that merges with the lane one the right.

mergeLeft → const LaneDirection

A lane direction that merges with the lane one the left.

mergeLanes → const LaneDirection

A lane direction that merges with the lane an other lane.

secondRight → const LaneDirection

A lane direction that leads to the second turn to the right.

secondLeft → const LaneDirection

A lane direction that leads to the second turn to the left.

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