Values.CalculateRouteTruckModeOptionsSourceContains details about additional route preferences for requests that specify TravelMode as Truck.
type nonrec t = {avoidFerries : SensitiveBoolean.t option;Avoids ferries when calculating routes. Default Value: false Valid Values: false | true
*)avoidTolls : SensitiveBoolean.t option;Avoids tolls when calculating routes. Default Value: false Valid Values: false | true
*)dimensions : TruckDimensions.t option;Specifies the truck's dimension specifications including length, height, width, and unit of measurement. Used to avoid roads that can't support the truck's dimensions.
*)weight : TruckWeight.t option;Specifies the truck's weight specifications including total weight and unit of measurement. Used to avoid roads that can't support the truck's weight.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of SensitiveBoolean.t
| `Structure of
(string
* [> `Double of TruckDimensionsLengthDouble.t | `Enum of string ])
list ])
list ]