Module Values_0.LayerMapVisualSource

A layer map visual.

Sourcetype nonrec t = {
  1. visualId : ShortRestrictiveResourceId.t;
    (*

    The ID of the visual.

    *)
  2. title : VisualTitleLabelOptions.t option;
  3. subtitle : VisualSubtitleLabelOptions.t option;
  4. chartConfiguration : GeospatialLayerMapConfiguration.t option;
    (*

    The configuration settings of the visual.

    *)
  5. dataSetIdentifier : DataSetIdentifier.t;
    (*

    The dataset that is used to create the layer map visual. You can't create a visual without a dataset.

    *)
  6. visualContentAltText : LongPlainText.t option;
    (*

    The alt text for the visual.

    *)
}
Sourceval context_ : string
Sourceval make : ?title:??? -> ?subtitle:??? -> ?chartConfiguration:??? -> ?visualContentAltText:??? -> visualId:ShortRestrictiveResourceId.t -> dataSetIdentifier:DataSetIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ShortRestrictiveResourceId.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of ParameterName.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Boolean of BooleanObject.t | `String of DataSetIdentifier.t | `Structure of (string * [> `List of [> `Double of SensitiveDoubleObject.t | `Long of SensitiveLongObject.t | `String of SensitiveStringObject.t | `Timestamp of SensitiveTimestamp.t ] list ]) list ]) list ]) list ]) list ] list | `String of URLOperationTemplate.t | `Structure of (string * [> `Enum of string | `List of [> `String of FieldId.t | `Structure of (string * [> `String of DataSetIdentifier.t ]) list ] list | `String of ShortRestrictiveResourceId.t | `Structure of (string * [> `Enum of string | `List of [> `String of ShortRestrictiveResourceId.t ] list ]) list ]) list ]) list ]) list ] list | `String of ShortRestrictiveResourceId.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `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 String_.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 ShortRestrictiveResourceId.t | `Structure of (string * [> `String of DataSetIdentifier.t | `Structure of (string * [> `String of DateTimeFormat.t | `Structure of (string * [> `Double of GeospatialWidth.t | `String of NullString.t | `Structure of (string * [> `Double of Opacity.t | `Enum of string | `List of [> `Structure of (string * [> `Double of Double.t | `String of HexColorWithTransparency.t ]) list ] list | `String of HexColorWithTransparency.t | `Structure of (string * [> `Enum of string | `Long of DecimalPlaces.t | `String of NullString.t | `Structure of (string * [> `Double of GeospatialWidth.t | `Enum of string | `String of HexColorWithTransparency.t ]) list ]) list ]) list ]) list ]) list ]) list ]) list ]) list ]) list ] list | `Structure of (string * [> `Enum of string | `String of ShortPlainText.t | `Structure of (string * [> `Double of Latitude.t | `Enum of string | `String of String_.t | `Structure of (string * [> `Enum of string | `String of HexColor.t | `Structure of (string * [> `Enum of string | `String of PixelLength.t ]) 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