Module Values_0.GeospatialLayerMapConfigurationSource

The map definition that defines map state, map style, and geospatial layers.

Sourcetype nonrec t = {
  1. legend : LegendOptions.t option;
  2. mapLayers : GeospatialMapLayerList.t option;
    (*

    The geospatial layers to visualize on the map.

    *)
  3. mapState : GeospatialMapState.t option;
    (*

    The map state properties for the map.

    *)
  4. mapStyle : GeospatialMapStyle.t option;
    (*

    The map style properties for the map.

    *)
  5. interactions : VisualInteractionOptions.t option;
}
Sourceval make : ?legend:??? -> ?mapLayers:??? -> ?mapState:??? -> ?mapStyle:??? -> ?interactions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure 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 PixelLength.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 ]
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