Dashboard Geospatial Layer Map Configuration
data class DashboardGeospatialLayerMapConfiguration(val interactions: DashboardVisualInteractionOptions? = null, val legend: DashboardLegendOptions? = null, val mapLayers: List<DashboardGeospatialLayerItem>? = null, val mapState: DashboardGeospatialMapState? = null, val mapStyle: DashboardGeospatialMapStyle? = null)
Constructors
Link copied to clipboard
constructor(interactions: DashboardVisualInteractionOptions? = null, legend: DashboardLegendOptions? = null, mapLayers: List<DashboardGeospatialLayerItem>? = null, mapState: DashboardGeospatialMapState? = null, mapStyle: DashboardGeospatialMapStyle? = null)