ParkingLocation
public struct ParkingLocation : Decodable
The description of a parkign location
-
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]
View on GitHub
ParkingLocation Structure Reference