Values.CircleSourceA circle on the earth, as defined by a center point and a radius.
type nonrec t = {center : Position.t;A single point geometry, specifying the center of the circle, using WGS 84 coordinates, in the form [longitude, latitude].
*)radius : SensitiveDouble.t;The radius of the circle in meters. Must be greater than zero and no larger than 100,000 (100 kilometers).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of SensitiveDouble.t
| `List of [> `Double of Double.t ] list ])
list ]