Values.RouteVehicleSummarySourceSummarized details of the route.
type nonrec t = {overview : RouteVehicleOverviewSummary.t option;Summarized details for the leg including before travel, travel and after travel steps.
*)travelOnly : RouteVehicleTravelOnlySummary.t option;Summarized details for the leg including travel steps only. The Distance for the travel only portion of the journey is in meters
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `Long of DurationSeconds.t ]) list ])
list ]