Values.WaypointOptimizationTravelModeOptionsSourceTravel mode related options for the provided travel mode.
type nonrec t = {pedestrian : WaypointOptimizationPedestrianOptions.t option;Travel mode options when the provided travel mode is Pedestrian.
*)truck : WaypointOptimizationTruckOptions.t option;Travel mode options when the provided travel mode is Truck.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Double of
WaypointOptimizationPedestrianOptionsSpeedDouble.t
| `Enum of string
| `List of [> `Enum of string ] list
| `Long of WeightKilograms.t
| `String of TunnelRestrictionCode.t
| `Structure of
(string
* [> `Integer of
WaypointOptimizationTrailerOptionsTrailerCountInteger.t ])
list ])
list ])
list ]