DashboardGeospatialMapConfigurationArgs

data class DashboardGeospatialMapConfigurationArgs(val fieldWells: Output<DashboardGeospatialMapFieldWellsArgs>? = null, val legend: Output<DashboardLegendOptionsArgs>? = null, val mapStyleOptions: Output<DashboardGeospatialMapStyleOptionsArgs>? = null, val pointStyleOptions: Output<DashboardGeospatialPointStyleOptionsArgs>? = null, val tooltip: Output<DashboardTooltipOptionsArgs>? = null, val visualPalette: Output<DashboardVisualPaletteArgs>? = null, val windowOptions: Output<DashboardGeospatialWindowOptionsArgs>? = null) : ConvertibleToJava<DashboardGeospatialMapConfigurationArgs>

Constructors

Link copied to clipboard
constructor(fieldWells: Output<DashboardGeospatialMapFieldWellsArgs>? = null, legend: Output<DashboardLegendOptionsArgs>? = null, mapStyleOptions: Output<DashboardGeospatialMapStyleOptionsArgs>? = null, pointStyleOptions: Output<DashboardGeospatialPointStyleOptionsArgs>? = null, tooltip: Output<DashboardTooltipOptionsArgs>? = null, visualPalette: Output<DashboardVisualPaletteArgs>? = null, windowOptions: Output<DashboardGeospatialWindowOptionsArgs>? = null)

Properties

Link copied to clipboard

The field wells of the visual.

Link copied to clipboard
val legend: Output<DashboardLegendOptionsArgs>? = null

The legend display setup of the visual.

Link copied to clipboard

The map style options of the geospatial map.

Link copied to clipboard

The point style options of the geospatial map.

Link copied to clipboard

The tooltip display setup of the visual.

Link copied to clipboard
Link copied to clipboard

The window options of the geospatial map.

Functions

Link copied to clipboard
open override fun toJava(): DashboardGeospatialMapConfigurationArgs