Module Values.RouteMatrixAutoCircleSource

Provides the circle that was used while calculating the route.

Sourcetype nonrec t = {
  1. margin : RouteMatrixAutoCircleMarginLong.t option;
    (*

    The margin provided for the calculation.

    *)
  2. maxRadius : RouteMatrixAutoCircleMaxRadiusLong.t option;
    (*

    The maximum size of the radius provided for the calculation.

    *)
}
Sourceval make : ?margin:??? -> ?maxRadius:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of RouteMatrixAutoCircleMarginLong.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