Values.WaypointOptimizationPedestrianOptionsSourceOptions related to a pedestrian.
type nonrec t = {speed : WaypointOptimizationPedestrianOptionsSpeedDouble.t option;Walking speed. Unit: kilometers per hour
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of WaypointOptimizationPedestrianOptionsSpeedDouble.t ])
list ]