VehicleDimensions

constructor(weight: Weight? = null, axleWeight: Weight? = null, length: Distance? = null, width: Distance? = null, height: Distance? = null)

Parameters

weight

Specifies the weight of the vehicle, for example in kilograms.

axleWeight

Specifies the weight per axle of the vehicle, e.g. in kg.

length

Specifies the length of the vehicle including the length of any additional equipment, e.g. trailers, bike racks, etc.

width

Specifies the width of the vehicle.

height

Specifies the height of the vehicle.