TNEntityParkingFacilityDetails
@objcMembers
open class TNEntityParkingFacilityDetails : NSObject, Codable
Undocumented
-
Indicates vehicle height restrictions in meters.
Declaration
Swift
public var driveMaxHeight: Double? -
Indicates vehicle weight restriction.
Declaration
Swift
public var driveMaxWeight: Double? -
Indicates the number of floors/levels at a parking facility.
Declaration
Swift
public var facilityLevels: Int?
TNEntityParkingFacilityDetails Class Reference