Module Values.WaypointOptimizationImpedingWaypointSource

The impeding waypoint.

Sourcetype nonrec t = {
  1. failedConstraints : WaypointOptimizationFailedConstraintList.t option;
    (*

    Failed constraints for an impeding waypoint.

    *)
  2. id : WaypointId.t option;
    (*

    The waypoint Id.

    *)
  3. position : Position.t option;
    (*

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

    *)
}
Sourceval make : ?failedConstraints:??? -> ?id:??? -> ?position:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Double of Double.t | `Structure of (string * [> `Enum of string | `String of SensitiveString.t ]) list ] list | `String of WaypointId.t ]) 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