Values.RouteSummarySourceSummarized details for the leg including travel steps only. The Distance for the travel only portion of the journey is the same as the Distance within the Overview summary.
type nonrec t = {distance : DistanceMeters.t option;Distance of the route.
*)duration : DurationSeconds.t option;Duration of the route. Unit: seconds
*)tolls : RouteTollSummary.t option;Toll summary for the complete route.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of DistanceMeters.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of SensitiveBoolean.t
| `Double of RouteTollPriceSummaryValueDouble.t
| `String of CurrencyCode.t
| `Structure of
(string
* [> `Double of RouteTollPriceValueRangeMinDouble.t ])
list ])
list ])
list ])
list ]