ParkingSideRegulation

public enum ParkingSideRegulation : UInt32, CaseIterable, Codable

The regulations for parking on the side of the road.

  • Parking is allowed on both sides of one-way road.

    Declaration

    Swift

    case bothSidesOneWayRoad
  • Parking is allowed on opposite lane when a road is bi-directional, one lane in each.

    Declaration

    Swift

    case oppositeLaneTwoWayRoad