Module Values.RouteMatrixAvoidanceAreaSource

Area to be avoided.

Sourcetype nonrec t = {
  1. geometry : RouteMatrixAvoidanceAreaGeometry.t;
    (*

    Geometry of the area to be avoided.

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