DrivingSide

public enum DrivingSide : UInt32, CaseIterable, Codable

The side of the road on which the driving is done.

  • Indicates that the driving is done on the right side of the road.

    Declaration

    Swift

    case right
  • Indicates that the driving is done on the left side of the road.

    Declaration

    Swift

    case left