Values.RouteSpanDynamicSpeedDetailsSourceDetails about the dynamic speed. Unit: kilometers per hour
type nonrec t = {bestCaseSpeed : SpeedKilometersPerHour.t option;Estimated speed while traversing the span without traffic congestion. Unit: kilometers per hour
*)turnDuration : DurationSeconds.t option;Estimated time to turn from this span into the next. Unit: seconds
*)typicalSpeed : SpeedKilometersPerHour.t option;Estimated speed while traversing the span under typical traffic congestion. Unit: kilometers per hour
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of SpeedKilometersPerHour.t | `Long of DurationSeconds.t ])
list ]