Analysis Geospatial Layer Map Configuration
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)