Values.RouteFerryTravelStepSourceSteps of a leg that must be performed during the travel portion of the leg.
type nonrec t = {distance : DistanceMeters.t option;Distance of the step.
*)duration : DurationSeconds.t option;Duration of the step. Unit: seconds
*)geometryOffset : RouteFerryTravelStepGeometryOffsetInteger.t option;Offset in the leg geometry corresponding to the start of this step.
*)instruction : SensitiveString.t option;Brief description of the step in the requested language. Only available when the TravelStepType is Default.
*)type_ : RouteFerryTravelStepType.t option;Type of the step.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of RouteFerryTravelStepGeometryOffsetInteger.t
| `Long of DistanceMeters.t
| `String of SensitiveString.t ])
list ]