ParkingLocation

public struct ParkingLocation : Decodable

The description of a parkign location

  • id

    The API id of thre parking

    Declaration

    Swift

    public let id: String
  • The geographical coordinate of the parking

    Declaration

    Swift

    public let location: CLLocation
  • Information about the the society managing the parking

    Declaration

    Swift

    public let manager: Manager
  • A description of the prices indexed by the language ID. For example, “fr” key gives, if it exists, the price in french

    Declaration

    Swift

    public let prices: [String : String]

Manager ID management

  • A society managing parking

    See more

    Declaration

    Swift

    public enum Manager : RawRepresentable