VehicleDimensions
public struct VehicleDimensionsDescribes dimensions of the vehicle.
- 
                  
                  Creates vehicle dimensions. Note The parameters axleWeight, length, width, height, and numberOfAxles are not supported with the Orbis map. Throws VehicleError.invalidVehicleSnapshotif vehicle dimensions negative.DeclarationSwift public init ( weight: Measurement<UnitMass>? = nil, axleWeight: Measurement<UnitMass>? = nil, length: Measurement<UnitLength>? = nil, width: Measurement<UnitLength>? = nil, height: Measurement<UnitLength>? = nil, numberOfAxles: Int? = nil ) throwsParametersweightSpecifies the weight of the vehicle, typically in kilograms. axleWeightSpecifies the weight per axle of the vehicle, typically in kilograms. lengthSpecifies the length of the vehicle including the length of any additional equipment, e.g., trailers, bike racks, etc. widthSpecifies the width of the vehicle. heightSpecifies the height of the vehicle. numberOfAxlesSpecifies the number of vehicle axles. 
- 
                  
                  Specifies the weight of the vehicle, typically in kilograms. DeclarationSwift public let weight: Measurement<UnitMass>?
- 
                  
                  Specifies the weight per axle of the vehicle, typically in kg. Note This option is not supported with the Orbis map.DeclarationSwift public let axleWeight: Measurement<UnitMass>?
- 
                  
                  Specifies the length of the vehicle. Note This option is not supported with the Orbis map.DeclarationSwift public let length: Measurement<UnitLength>?
- 
                  
                  Specifies the width of the vehicle. Note This option is not supported with the Orbis map.DeclarationSwift public let width: Measurement<UnitLength>?
- 
                  
                  Specifies the height of the vehicle. Note This option is not supported with the Orbis map.DeclarationSwift public let height: Measurement<UnitLength>?
- 
                  
                  Specifies the number of vehicle axles. Note This option is not supported with the Orbis map.DeclarationSwift public let numberOfAxles: Int?
 
         TomTom SDK for iOS (0.53.1)
 
          TomTom SDK for iOS (0.53.1)
         VehicleDimensions
          VehicleDimensions