Values_0.GeospatialWindowOptionsSourceThe window options of the geospatial map visual.
type nonrec t = {bounds : GeospatialCoordinateBounds.t option;The bounds options (north, south, west, east) of the geospatial window options.
*)mapZoomMode : MapZoomMode.t option;The map zoom modes (manual, auto) of the geospatial window options.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `Double of Latitude.t ]) list ])
list ]