Values.CircleSourceGeometry defined as a circle. When request routing boundary was set as AutoCircle, the response routing boundary will return Circle derived from the AutoCircle settings.
type nonrec t = {center : Position.t;Center of the Circle in World Geodetic System (WGS 84) format: [longitude, latitude]. Example: [-123.1174, 49.2847] represents the position with longitude -123.1174 and latitude 49.2847.
*)radius : SensitiveDouble.t;Radius of the Circle. Unit: meters
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of SensitiveDouble.t
| `List of [> `Double of Double.t ] list ])
list ]