Values.RoutePedestrianSummarySourceSummarized details for the leg including before travel, travel and after travel steps.
type nonrec t = {overview : RoutePedestrianOverviewSummary.t option;Summarized details for the leg including before travel, travel and after travel steps.
*)travelOnly : RoutePedestrianTravelOnlySummary.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 DistanceMeters.t ]) list ])
list ]