Values.RoutePassThroughWaypointSourceIf the waypoint should be treated as a stop. If yes, the route is split up into different legs around the stop.
type nonrec t = {geometryOffset : RoutePassThroughWaypointGeometryOffsetInteger.t option;Offset in the leg geometry corresponding to the start of this step.
*)place : RoutePassThroughPlace.t option;The place details.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of RoutePassThroughWaypointGeometryOffsetInteger.t
| `Structure of
(string
* [> `Integer of RoutePassThroughPlaceWaypointIndexInteger.t
| `List of [> `Double of Double.t ] list ])
list ])
list ]