Module Values.RouteAvoidanceAreaSource

Areas to be avoided.

Sourcetype nonrec t = {
  1. except : RouteAvoidanceAreaGeometryList.t option;
    (*

    Exceptions to the provided avoidance geometry, to be included while calculating the route.

    *)
  2. geometry : RouteAvoidanceAreaGeometry.t;
}
Sourceval context_ : string
Sourceval make : ?except:??? -> geometry:RouteAvoidanceAreaGeometry.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Double of Double.t | `List of [> `List of [> `Double of Double.t ] list ] list | `String of PolylineRing.t ] list | `Structure of (string * [> `Integer of Integer.t | `List of [> `List of [> `Double of Double.t ] list ] list | `String of Polyline.t ]) list ]) list ] list | `Structure of (string * [> `List of [> `Double of Double.t | `List of [> `List of [> `Double of Double.t ] list ] list | `String of PolylineRing.t ] list | `Structure of (string * [> `Integer of Integer.t | `List of [> `List of [> `Double of Double.t ] list ] list | `String of Polyline.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