Module Values.RoutePassThroughPlaceSource

The place where the waypoint is passed through and not treated as a stop.

Sourcetype nonrec t = {
  1. originalPosition : Position23.t option;
    (*

    Position provided in the request.

    *)
  2. position : Position23.t option;
    (*

    Position in World Geodetic System (WGS 84) format: [longitude, latitude].

    *)
  3. waypointIndex : RoutePassThroughPlaceWaypointIndexInteger.t option;
    (*

    Index of the waypoint in the request.

    *)
}
Sourceval make : ?originalPosition:??? -> ?position:??? -> ?waypointIndex:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of RoutePassThroughPlaceWaypointIndexInteger.t | `List of [> `Double of Double.t ] 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