Module Values.RouteMatrixBoundarySource

Boundary within which the matrix is to be calculated. All data, origins and destinations outside the boundary are considered invalid.

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

    Geometry of the area to be avoided.

    *)
  2. unbounded : SensitiveBoolean.t option;
    (*

    No restrictions in terms of a routing boundary, and is typically used for longer routes.

    *)
}
Sourceval make : ?geometry:??? -> ?unbounded:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of SensitiveBoolean.t | `Structure of (string * [> `List of [> `Double of Double.t | `List of [> `List of [> `Double of Double.t ] list ] list ] list | `Structure of (string * [> `Double of SensitiveDouble.t | `List of [> `Double of Double.t ] list | `Long of RouteMatrixAutoCircleMarginLong.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