Structures
The following structures are available globally.
-
The response from the API asking for the parkings location
See moreDeclaration
Swift
public struct LocationResponse : Decodable
-
The description of a parkign location
See moreDeclaration
Swift
public struct ParkingLocation : Decodable -
The state of the parking
See moreDeclaration
Swift
public struct ParkingState : Decodable -
The status response
Declaration
Swift
public struct StatusResponse : Decodable -
The location of the parking
See moreDeclaration
Swift
public struct LocationOpenData : Decodable -
The status of the parking
See moreDeclaration
Swift
public struct StatusOpenData : Decodable
View on GitHub
Structures Reference