AnalysisGeospatialPointStyleOptions

data class AnalysisGeospatialPointStyleOptions(val clusterMarkerConfiguration: AnalysisClusterMarkerConfiguration? = null, val heatmapConfiguration: AnalysisGeospatialHeatmapConfiguration? = null, val selectedPointStyle: AnalysisGeospatialSelectedPointStyle? = null)

Constructors

Link copied to clipboard
constructor(clusterMarkerConfiguration: AnalysisClusterMarkerConfiguration? = null, heatmapConfiguration: AnalysisGeospatialHeatmapConfiguration? = null, selectedPointStyle: AnalysisGeospatialSelectedPointStyle? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The cluster marker configuration of the geospatial point style.

Link copied to clipboard

The heatmap configuration of the geospatial point style.

Link copied to clipboard

The selected point styles (point, cluster) of the geospatial map.