VehicleDimensions

data class VehicleDimensions

Specifies the dimensions of the vehicle.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

vehicleWeightInKg

Specifies the weight of the vehicle in kilograms.

vehicleAxleWeightInKg

Specifies the weight per axle of the vehicle in kg.

vehicleLength

Specifies the length of the vehicle.

vehicleWidth

Specifies the width of the vehicle.

vehicleHeight

Specifies the height of the vehicle.

Types

Link copied to clipboard
class Builder

Builder used to create an instance of VehicleDimensions. Once constructed, the user cannot change the field values.

Properties

Link copied to clipboard
val vehicleAxleWeightInKg: Int?
Link copied to clipboard
val vehicleHeight: Distance?
Link copied to clipboard
val vehicleLength: Distance?
Link copied to clipboard
val vehicleWeightInKg: Int?
Link copied to clipboard
val vehicleWidth: Distance?