TemplateFilledMapConfiguration

data class TemplateFilledMapConfiguration(val fieldWells: TemplateFilledMapFieldWells? = null, val interactions: TemplateVisualInteractionOptions? = null, val legend: TemplateLegendOptions? = null, val mapStyleOptions: TemplateGeospatialMapStyleOptions? = null, val sortConfiguration: TemplateFilledMapSortConfiguration? = null, val tooltip: TemplateTooltipOptions? = null, val windowOptions: TemplateGeospatialWindowOptions? = null)

Constructors

Link copied to clipboard
constructor(fieldWells: TemplateFilledMapFieldWells? = null, interactions: TemplateVisualInteractionOptions? = null, legend: TemplateLegendOptions? = null, mapStyleOptions: TemplateGeospatialMapStyleOptions? = null, sortConfiguration: TemplateFilledMapSortConfiguration? = null, tooltip: TemplateTooltipOptions? = null, windowOptions: TemplateGeospatialWindowOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The field wells of the visual.

Link copied to clipboard

The general visual interactions setup for a visual.

Link copied to clipboard

The legend display setup of the visual.

Link copied to clipboard

The map style options of the filled map visual.

Link copied to clipboard

The sort configuration of a FilledMapVisual .

Link copied to clipboard

The tooltip display setup of the visual.

Link copied to clipboard

The window options of the filled map visual.