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 axleWeight, length, width, height and numberOfAxles are not yet supported with the Orbis map. Note: The parameter weight is supported with the Orbis map only when chargingOptions are set in com.tomtom.sdk.routing.options.RoutePlanningOptions.