Module Values_0.GeospatialMapConfigurationSource

The configuration of a GeospatialMapVisual.

Sourcetype nonrec t = {
  1. fieldWells : GeospatialMapFieldWells.t option;
    (*

    The field wells of the visual.

    *)
  2. legend : LegendOptions.t option;
    (*

    The legend display setup of the visual.

    *)
  3. tooltip : TooltipOptions.t option;
    (*

    The tooltip display setup of the visual.

    *)
  4. windowOptions : GeospatialWindowOptions.t option;
    (*

    The window options of the geospatial map.

    *)
  5. mapStyleOptions : GeospatialMapStyleOptions.t option;
    (*

    The map style options of the geospatial map.

    *)
  6. pointStyleOptions : GeospatialPointStyleOptions.t option;
    (*

    The point style options of the geospatial map.

    *)
  7. visualPalette : VisualPalette.t option;
  8. interactions : VisualInteractionOptions.t option;
    (*

    The general visual interactions setup for a visual.

    *)
}
Sourceval make : ?fieldWells:??? -> ?legend:??? -> ?tooltip:??? -> ?windowOptions:??? -> ?mapStyleOptions:??? -> ?pointStyleOptions:??? -> ?visualPalette:??? -> ?interactions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of HexColor.t | `Structure of (string * [> `String of FieldId.t | `Structure of (string * [> `Enum of string ]) list ]) list ]) list ] list | `String of PixelLength.t | `Structure of (string * [> `Double of Latitude.t | `Enum of string | `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of FieldId.t | `Structure of (string * [> `Enum of string | `String of DataSetIdentifier.t | `Structure of (string * [> `Double of PercentileValue.t | `Enum of string | `String of NullString.t | `Structure of (string * [> `Double of PercentileValue.t | `Enum of string | `String of Prefix.t | `Structure of (string * [> `Enum of string | `Long of DecimalPlaces.t | `String of NullString.t | `Structure of (string * [> `Enum of string ]) list ]) list ]) list ]) list ]) list ]) list ]) list ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of HexColor.t ]) list ] list | `String of HexColor.t | `Structure of (string * [> `Enum of string | `String of PixelLength.t ]) list ]) 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