Module Values_0.GeospatialPointStyleOptionsSource

The point style of the geospatial map.

Sourcetype nonrec t = {
  1. selectedPointStyle : GeospatialSelectedPointStyle.t option;
    (*

    The selected point styles (point, cluster) of the geospatial map.

    *)
  2. clusterMarkerConfiguration : ClusterMarkerConfiguration.t option;
    (*

    The cluster marker configuration of the geospatial point style.

    *)
  3. heatmapConfiguration : GeospatialHeatmapConfiguration.t option;
    (*

    The heatmap configuration of the geospatial point style.

    *)
}
Sourceval make : ?selectedPointStyle:??? -> ?clusterMarkerConfiguration:??? -> ?heatmapConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of HexColor.t ]) list ] list | `Structure of (string * [> `String of HexColor.t ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t