AnalysisGeospatialLayerMapConfigurationArgs

data class AnalysisGeospatialLayerMapConfigurationArgs(val interactions: Output<AnalysisVisualInteractionOptionsArgs>? = null, val legend: Output<AnalysisLegendOptionsArgs>? = null, val mapLayers: Output<List<AnalysisGeospatialLayerItemArgs>>? = null, val mapState: Output<AnalysisGeospatialMapStateArgs>? = null, val mapStyle: Output<AnalysisGeospatialMapStyleArgs>? = null) : ConvertibleToJava<AnalysisGeospatialLayerMapConfigurationArgs>

Constructors

constructor(interactions: Output<AnalysisVisualInteractionOptionsArgs>? = null, legend: Output<AnalysisLegendOptionsArgs>? = null, mapLayers: Output<List<AnalysisGeospatialLayerItemArgs>>? = null, mapState: Output<AnalysisGeospatialMapStateArgs>? = null, mapStyle: Output<AnalysisGeospatialMapStyleArgs>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val legend: Output<AnalysisLegendOptionsArgs>? = null
Link copied to clipboard

The geospatial layers to visualize on the map.

Link copied to clipboard

The map state properties for the map.

Link copied to clipboard

The map style properties for the map.

Functions

Link copied to clipboard
open override fun toJava(): AnalysisGeospatialLayerMapConfigurationArgs