DividerMarker
public enum DividerMarker : UInt32, CaseIterable, Codable
Indicates the divider between the lanes.
-
The lanes are divided by a long dashed line.
Declaration
Swift
case longDashedLine -
The lanes are divided by a double solid line.
Declaration
Swift
case doubleSolidLine -
The lanes are divided by a single solid line.
Declaration
Swift
case singleSolidLine -
The lanes are divided by a single solid line next to a dashed line.
Declaration
Swift
case innerSolidOuterDashed -
The lanes are divided by a single dashed line next to a solid line.
Declaration
Swift
case innerDashedOuterSolid -
The lanes are divided by a short dashed line.
Declaration
Swift
case shortDashed -
The lanes are divided by an area marking.
Declaration
Swift
case shadedAreaMarking -
The lanes are divided by dashed blocks.
Declaration
Swift
case dashedBlocks -
The lanes are divided by a small physical divider.
Declaration
Swift
case physicalDividerSmall -
The lanes are divided by a double dashed line.
Declaration
Swift
case doubleDashed -
No divider between the lanes.
Declaration
Swift
case noDivider -
The lanes contain a crossing alert.
Declaration
Swift
case crossingAlert -
The lanes have a center turn lane.
Declaration
Swift
case centerTurnLane -
The lanes have no markings.
Declaration
Swift
case noMarker