CurrentSituationLaneView class

A class that provides current situation lane assistance view information for the street at the current position of a single lane.

Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

Constructors

CurrentSituationLaneView(LaneAccess access, LaneDirectionCategory directionCategory, LaneType type)

Properties

access LaneAccess
Indicates which vehicle types can access this lane.
getter/setter pair
directionCategory LaneDirectionCategory
Indicates towards which directions this lane leads.
getter/setter pair
directions ↔ List<LaneDirection>
Indicates which lane directions are available for this lane.
getter/setter pair
directionsOnRoute ↔ List<LaneDirection>
Indicates which lane directions are on the route. Following those directions keeps the driver on the route.
getter/setter pair
hashCode → int
The hash code for this object.
no setter
laneMarkings LaneMarkings
Indicates the lane markings between the lanes.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
type LaneType
Indicates this lane's properties.
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.