VehicleDimensionsProtocol

@available(*, message: "TT_API_PUBLIC_PREVIEW('byTheEndOf=2020.12', 'This is under Public Preview and subject to change until the end date. More information is available at: https://developer.tomtom.com/public-preview'﹚")
@objc
public protocol VehicleDimensionsProtocol

Public Preview

This is under Public Preview and subject to change by the end of 2020.12. More information is available at: https://developer.tomtom.com/public-preview

Specifies the dimensions of the vehicle.

  • Specifies the weight of the vehicle in kilograms.

    Declaration

    Swift

    @objc
    optional var vehicleWeightInKg: Int { get set }
  • Specifies the weight per axle of the vehicle in kg.

    Declaration

    Swift

    @objc
    optional var vehicleAxleWeightInKg: Int { get set }
  • Specifies the length of the vehicle in meters.

    Declaration

    Swift

    @objc
    optional var vehicleLengthInMeters: Double { get set }
  • Specifies the width of the vehicle in meters.

    Declaration

    Swift

    @objc
    optional var vehicleWidthInMeters: Double { get set }
  • Specifies the height of the vehicle in meters

    Declaration

    Swift

    @objc
    var vehicleHeightInMeters: Double { get set }