Values_0.GeospatialMapStyleSourceThe map style properties for a map.
type nonrec t = {baseMapStyle : BaseMapStyleType.t option;The selected base map style.
*)backgroundColor : HexColorWithTransparency.t option;The background color and opacity values for a map.
*)baseMapVisibility : Visibility.t option;The state of visibility for the base map.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of HexColorWithTransparency.t ])
list ]