Module Values_0.GeospatialMapAggregatedFieldWellsSource

The aggregated field wells for a geospatial map.

Sourcetype nonrec t = {
  1. geospatial : DimensionFieldList.t option;
    (*

    The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.

    *)
  2. values : MeasureFieldList.t option;
    (*

    The size field wells of a geospatial map. Values are aggregated based on geospatial fields.

    *)
  3. colors : DimensionFieldList.t option;
    (*

    The color field wells of a geospatial map.

    *)
}
Sourceval make : ?geospatial:??? -> ?values:??? -> ?colors:??? -> unit -> t
Sourceval to_value : t -> [> `Structure 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 | `String of NullString.t | `Structure of (string * [> `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 ]) 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