Dashboard Geospatial Layer Map Configuration Args
data class DashboardGeospatialLayerMapConfigurationArgs(val interactions: Output<DashboardVisualInteractionOptionsArgs>? = null, val legend: Output<DashboardLegendOptionsArgs>? = null, val mapLayers: Output<List<DashboardGeospatialLayerItemArgs>>? = null, val mapState: Output<DashboardGeospatialMapStateArgs>? = null, val mapStyle: Output<DashboardGeospatialMapStyleArgs>? = null) : ConvertibleToJava<DashboardGeospatialLayerMapConfigurationArgs>
Constructors
Link copied to clipboard
constructor(interactions: Output<DashboardVisualInteractionOptionsArgs>? = null, legend: Output<DashboardLegendOptionsArgs>? = null, mapLayers: Output<List<DashboardGeospatialLayerItemArgs>>? = null, mapState: Output<DashboardGeospatialMapStateArgs>? = null, mapStyle: Output<DashboardGeospatialMapStyleArgs>? = null)