Values.RouteFerrySummarySourceSummarized 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 = {overview : RouteFerryOverviewSummary.t option;Summarized details for the leg including before travel, travel and after travel steps.
*)travelOnly : RouteFerryTravelOnlySummary.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 ]