Module Values.RoutePassThroughWaypointSource

If the waypoint should be treated as a stop. If yes, the route is split up into different legs around the stop.

Sourcetype nonrec t = {
  1. geometryOffset : RoutePassThroughWaypointGeometryOffsetInteger.t option;
    (*

    Offset in the leg geometry corresponding to the start of this step.

    *)
  2. place : RoutePassThroughPlace.t option;
    (*

    The place details.

    *)
}
Sourceval make : ?geometryOffset:??? -> ?place:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t