LocationResponse
public struct LocationResponse : Decodable
The response from the API asking for the parkings location
-
The parking locations
Declaration
Swift
public let locations: [ParkingLocation]
-
Declaration
Swift
public init(from decoder: Decoder) throws