LaneDirection class Navigation

One of the possible directions from a lane at the end of a route step, and whether it is on the recommended route.

Constructors

LaneDirection({required LaneShape laneShape, required bool isRecommended})
Construct LaneDirection.

Properties

hashCode int
The hash code for this object.
no setterinherited
isRecommended bool
Whether this lane is recommended.
final
laneShape LaneShape
Shape for this lane direction.
final
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