Analysis Geospatial Map Configuration
data class AnalysisGeospatialMapConfiguration(val fieldWells: AnalysisGeospatialMapFieldWells? = null, val legend: AnalysisLegendOptions? = null, val mapStyleOptions: AnalysisGeospatialMapStyleOptions? = null, val pointStyleOptions: AnalysisGeospatialPointStyleOptions? = null, val tooltip: AnalysisTooltipOptions? = null, val visualPalette: AnalysisVisualPalette? = null, val windowOptions: AnalysisGeospatialWindowOptions? = null)
Constructors
Link copied to clipboard
constructor(fieldWells: AnalysisGeospatialMapFieldWells? = null, legend: AnalysisLegendOptions? = null, mapStyleOptions: AnalysisGeospatialMapStyleOptions? = null, pointStyleOptions: AnalysisGeospatialPointStyleOptions? = null, tooltip: AnalysisTooltipOptions? = null, visualPalette: AnalysisVisualPalette? = null, windowOptions: AnalysisGeospatialWindowOptions? = null)
Properties
Link copied to clipboard
The field wells of the visual.
Link copied to clipboard
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.