LaneSeparator

public enum LaneSeparator

The LaneSeparator represents the lane separator painted on the road surface.

  • unknown

    Declaration

    Swift

    case unknown
  • no marking

    Declaration

    Swift

    case noMarking
  • long dashed

    Declaration

    Swift

    case longDashed
  • double solid

    Declaration

    Swift

    case doubleSolid
  • single solid

    Declaration

    Swift

    case singleSolid
  • solid dashed

    Declaration

    Swift

    case solidDashed
  • dashed solid

    Declaration

    Swift

    case dashedSolid
  • short dashed

    Declaration

    Swift

    case shortDashed
  • shaded area marking

    Declaration

    Swift

    case shadedAreaMarking
  • dashed blocks

    Declaration

    Swift

    case dashedBlocks
  • double dashed

    Declaration

    Swift

    case doubleDashed
  • crossing alert

    Declaration

    Swift

    case crossingAlert
  • physical divider

    Declaration

    Swift

    case physicalDivider