LocationOpenData
public struct LocationOpenData : Decodable
The location of the parking
-
The reference of the parking on the API
Declaration
Swift
public let id: String -
The city where the parking is located
Declaration
Swift
public let city: String -
The zip code of the city where the parking is located
Declaration
Swift
public let zipCode: String -
The street part of the address of the parking
Declaration
Swift
public let street: String -
The complete address of the parking location
Declaration
Swift
public let address: String -
The location of the parking on a map
Declaration
Swift
public let location: CLLocation -
The URL of the web page provided by the Strasbourg server
Declaration
Swift
public let url: URL -
The name of the parking:
Declaration
Swift
public let name: String -
The description of the parking
Declaration
Swift
public let description: String? -
Whether or not the location has improved accessibility for non hearing people
Declaration
Swift
public let deafAccess: Bool -
Whether or not the location has improved accessibility for people suffering from deficiency
Declaration
Swift
public let deficientAccess: Bool -
Whether or not the location has improved accessibility for elder people
Declaration
Swift
public let elderAccess: Bool -
Whether or not the location has improved accessibility for people using a wheel chair
Declaration
Swift
public let wheelChairAccess: Bool -
Whether or not the location has improved accessibility for non seeing people
Declaration
Swift
public let blindAccess: Bool
View on GitHub
LocationOpenData Structure Reference