LaneDirectionCategory class

Indicates the directions of a lane.

Most lanes lead only to one direction, but there can be also lanes that split up into multiple directions. A road can consist of multiple lanes towards the same direction. Note: All members can be true or false at the same time. Lanes such as bicycle lanes mostly never contain a direction category and thus, all members are false.

Constructors

LaneDirectionCategory()

Properties

hardLeft ↔ bool
A lane that goes hard left.
getter/setter pair
hardRight ↔ bool
A lane that goes hard right.
getter/setter pair
hashCode → int
The hash code for this object.
no setter
quiteLeft ↔ bool
A lane that goes quite left.
getter/setter pair
quiteRight ↔ bool
A lane that goes quite right.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
slightlyLeft ↔ bool
A lane that goes slightly left.
getter/setter pair
slightlyRight ↔ bool
A lane that goes slightly right.
getter/setter pair
straight ↔ bool
A lane that goes straight up.
getter/setter pair
uTurnLeft ↔ bool
A lane that makes a left u-turn.
getter/setter pair
uTurnRight ↔ bool
A lane that makes a right u-turn.
getter/setter pair

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.