CarParkInfo
public struct CarParkInfo : Codable, Hashable, RealTimeUpdatable
Undocumented
-
Undocumented
See moreDeclaration
Swift
public enum EntranceType : String, Codable
-
Undocumented
See moreDeclaration
Swift
public struct Entrance : Codable, Hashable
-
Undocumented
Declaration
Swift
public let identifier: String
-
Undocumented
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public let operatorInfo: TKAPI.CompanyInfo?
-
Undocumented
Declaration
Swift
public let source: TKAPI.DataAttribution?
-
Undocumented
Declaration
Swift
public let deepLink: URL?
-
Additional information text from the provider. Can be long and over multiple lines.
Declaration
Swift
public let info: String?
-
The polygon defining the parking area as an encoded polyline.
See
CLLocationCoordinate2D.decodePolyline
Declaration
Swift
public let encodedParkingArea: String?
-
Undocumented
Declaration
Swift
public let entrances: [Entrance]?
-
Undocumented
Declaration
Swift
public let openingHours: TKAPI.OpeningHours?
-
Undocumented
Declaration
Swift
public let pricingTables: [TKAPI.PricingTable]?
-
Undocumented
Declaration
Swift
public let availableSpaces: Int?
-
Undocumented
Declaration
Swift
public let totalSpaces: Int?
-
Undocumented
Declaration
Swift
public let lastUpdate: Date?
-
Undocumented
Declaration
Swift
public var hasRealTime: Bool { get }