OnStreetParkingInfo
public struct OnStreetParkingInfo : Codable, Hashable, RealTimeUpdatable
Undocumented
-
Undocumented
See moreDeclaration
Swift
public enum PaymentType : String, Codable
-
Undocumented
See moreDeclaration
Swift
public enum AvailableContent : String, Codable, CaseIterable
-
Undocumented
See moreDeclaration
Swift
public enum Vacancy : String, Codable
-
Undocumented
See moreDeclaration
Swift
public struct Restriction : Codable, Hashable
-
Undocumented
Declaration
Swift
public let actualRate: String?
-
Undocumented
Declaration
Swift
public let identifier: String
-
Undocumented
Declaration
Swift
public let description: String
-
Undocumented
Declaration
Swift
public let availableContent: [AvailableContent]?
-
Undocumented
Declaration
Swift
public let source: TKAPI.DataAttribution?
-
Undocumented
Declaration
Swift
public let paymentTypes: [PaymentType]?
-
Undocumented
Declaration
Swift
public let restrictions: [Restriction]?
-
Undocumented
Declaration
Swift
public let availableSpaces: Int?
-
Undocumented
Declaration
Swift
public let totalSpaces: Int?
-
Undocumented
Declaration
Swift
public let occupiedSpaces: Int?
-
Undocumented
Declaration
Swift
public let parkingVacancy: Vacancy?
-
Undocumented
Declaration
Swift
public let lastUpdate: Date?
-
The polyline defining the parking area along the street as an encoded polyline.
This is optional as some on-street parking isn’t defined by a line, but by an area. See
encodedPolygon
See
CLLocationCoordinate2D.decodePolyline
Declaration
Swift
public let encodedPolyline: String?
-
The polygon defining the parking area as an encoded polyline.
This is optional as most on-street parking isn’t defined by an area, but by a line. See
encodedPolyline
See
CLLocationCoordinate2D.decodePolyline
Declaration
Swift
public let encodedPolygon: String?
-
Undocumented
Declaration
Swift
public var hasRealTime: Bool { get }