Values.RouteMatrixAutoCircleSourceProvides the circle that was used while calculating the route.
type nonrec t = {margin : RouteMatrixAutoCircleMarginLong.t option;The margin provided for the calculation.
*)maxRadius : RouteMatrixAutoCircleMaxRadiusLong.t option;The maximum size of the radius provided for the calculation.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of RouteMatrixAutoCircleMarginLong.t ]) list ]