ParkingType

public enum ParkingType : UInt32, CaseIterable, Codable

Represents parking type available at the location. Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

  • A parking facility/rest area along a motorway, freeway, interstate, highway etc.

    Declaration

    Swift

    case alongMotorway
  • Multi-story car park, mainly above ground.

    Declaration

    Swift

    case parkingGarage
  • A cleared area that is intended for parking vehicles, i.e. at super markets, bars, etc.

    Declaration

    Swift

    case parkingLot
  • The driveway of a house or building.

    Declaration

    Swift

    case onDriveway
  • A public parking space along a street.

    Declaration

    Swift

    case onStreet
  • Multi-story car park, mainly underground.

    Declaration

    Swift

    case undergroundGarage