DividerMarker enum

Indicates the divider between the lanes.

Values

longDashedLine → const DividerMarker

The lanes are divided by a long dashed line.

doubleSolidLine → const DividerMarker

The lanes are divided by a double solid line.

singleSolidLine → const DividerMarker

The lanes are divided by a single solid line.

innerSolidOuterDashed → const DividerMarker

The lanes are divided by a single solid line next to a dashed line.

innerDashedOuterSolid → const DividerMarker

The lanes are divided by a single dashed line next to a solid line.

shortDashed → const DividerMarker

The lanes are divided by a short dashed line.

shadedAreaMarking → const DividerMarker

The lanes are divided by an area marking.

dashedBlocks → const DividerMarker

The lanes are divided by dashed blocks.

physicalDividerSmall → const DividerMarker

The lanes are divided by a small physical divider.

doubleDashed → const DividerMarker

The lanes are divided by a double dashed line.

noDivider → const DividerMarker

No divider between the lanes.

crossingAlert → const DividerMarker

The lanes contain a crossing alert.

centerTurnLane → const DividerMarker

The lanes have a center turn lane.

noMarker → const DividerMarker

The lanes have no markings.

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<DividerMarker>
A constant List of the values in this enum, in order of their declaration.