CurrentSituationLaneAssistanceView class
A class that provides current situation lane assistance view information for the street at the current location.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setter
-
lanes
↔ List<
CurrentSituationLaneView> -
A list of lanes on the current road.
The lanes are sorted from left to right: The lane at index 0 represents the leftmost lane and
the last index represents the rightmost lane. This is valid for right-hand and left-hand driving
countries. Empty list means unavailability of lane data for the current location.
getter/setter pair
- 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.