VehicleDimensions

fun VehicleDimensions(    vehicleWeightInKg: Int? = null,     vehicleAxleWeightInKg: Int? = null,     vehicleLength: Distance? = null,     vehicleWidth: Distance? = null,     vehicleHeight: Distance? = null)

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.