public enum CardinalDirection : UInt32, CaseIterable, Codable

Indicates the official directional identifier assigned to this road. The direction indicates the same information as on the signpost shield text: For example, if it is “101 West”, the direction contains WEST.

  • North.

    Declaration

    Swift

    case north
  • South.

    Declaration

    Swift

    case south
  • East.

    Declaration

    Swift

    case east
  • West.

    Declaration

    Swift

    case west