Values.RouteTravelModeOptionsSourceTravel mode related options for the provided travel mode.
type nonrec t = {car : RouteCarOptions.t option;Travel mode options when the provided travel mode is Car.
*)pedestrian : RoutePedestrianOptions.t option;Travel mode options when the provided travel mode is Pedestrian.
*)scooter : RouteScooterOptions.t option;Travel mode options when the provided travel mode is Scooter. When travel mode is set to Scooter, then the avoidance option ControlledAccessHighways defaults to true.
*)truck : RouteTruckOptions.t option;Travel mode options when the provided travel mode is Truck.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Double of RouteCarOptionsMaxSpeedDouble.t
| `Enum of string
| `Integer of RouteCarOptionsOccupancyInteger.t
| `List of [> `Enum of string ] list
| `Long of WeightKilograms.t
| `String of RouteTruckOptionsTunnelRestrictionCodeString.t
| `Structure of
(string
* [> `Integer of RouteTrailerOptionsAxleCountInteger.t
| `Long of WeightKilograms.t
| `String of
RouteVehicleLicensePlateLastCharacterString.t ])
list ])
list ])
list ]