LaneMarkings class

A class that provides information for the lane markings.

Lane markings indicate the markings on the road.

Lane Divider Marker indicates the lane separator on the right side of the specified lane in the lane driving direction for Right-side driving countries. For left-sided driving countries the Lane Divider Marker is indicating the lane separator on the left side of the specified lane in the lane driving direction.

Constructors

LaneMarkings()

Properties

centerDividerMarker DividerMarker?
Center Divider Marker describes the type of lane separator for center dividers on bidirectional roads.
getter/setter pair
directions ↔ List<LaneDirection>
List of lane directions
getter/setter pair
hashCode → int
The hash code for this object.
no setter
laneDividerMarker DividerMarker?
Lane Divider Marker describes the appearance and type of driving lane separators existing on a road.
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.