AnalysisGeospatialLayerMapConfiguration

data class AnalysisGeospatialLayerMapConfiguration(val interactions: AnalysisVisualInteractionOptions? = null, val legend: AnalysisLegendOptions? = null, val mapLayers: List<AnalysisGeospatialLayerItem>? = null, val mapState: AnalysisGeospatialMapState? = null, val mapStyle: AnalysisGeospatialMapStyle? = null)

Constructors

Link copied to clipboard
constructor(interactions: AnalysisVisualInteractionOptions? = null, legend: AnalysisLegendOptions? = null, mapLayers: List<AnalysisGeospatialLayerItem>? = null, mapState: AnalysisGeospatialMapState? = null, mapStyle: AnalysisGeospatialMapStyle? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
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.