Dashboard Geospatial Layer Item
data class DashboardGeospatialLayerItem(val actions: List<DashboardLayerCustomAction>? = null, val dataSource: DashboardGeospatialDataSourceItem? = null, val joinDefinition: DashboardGeospatialLayerJoinDefinition? = null, val label: String? = null, val layerDefinition: DashboardGeospatialLayerDefinition? = null, val layerId: String, val layerType: DashboardGeospatialLayerType? = null, val tooltip: DashboardTooltipOptions? = null, val visibility: DashboardVisibility? = null)
Constructors
Link copied to clipboard
constructor(actions: List<DashboardLayerCustomAction>? = null, dataSource: DashboardGeospatialDataSourceItem? = null, joinDefinition: DashboardGeospatialLayerJoinDefinition? = null, label: String? = null, layerDefinition: DashboardGeospatialLayerDefinition? = null, layerId: String, layerType: DashboardGeospatialLayerType? = null, tooltip: DashboardTooltipOptions? = null, visibility: DashboardVisibility? = null)
Properties
Link copied to clipboard
A list of custom actions for a layer.
Link copied to clipboard
The data source for the layer.
Link copied to clipboard
The join definition properties for a layer.
Link copied to clipboard
The definition properties for a layer.
Link copied to clipboard
The layer type.
Link copied to clipboard
Link copied to clipboard
The state of visibility for the layer.