VehicleDimensions
data class VehicleDimensions(val weight: Weight? = null, val axleWeight: Weight? = null, val length: Distance? = null, val width: Distance? = null, val height: Distance? = null, val numberOfAxles: Int? = null)
Specifies the dimensions of the vehicle.
Note: The parameters weight, axleWeight, length, width, height and numberOfAxles are not yet supported with the Orbis map.