DashboardGeospatialPointStyleOptionsArgs

data class DashboardGeospatialPointStyleOptionsArgs(val clusterMarkerConfiguration: Output<DashboardClusterMarkerConfigurationArgs>? = null, val heatmapConfiguration: Output<DashboardGeospatialHeatmapConfigurationArgs>? = null, val selectedPointStyle: Output<DashboardGeospatialSelectedPointStyle>? = null) : ConvertibleToJava<DashboardGeospatialPointStyleOptionsArgs>

Constructors

Link copied to clipboard
constructor(clusterMarkerConfiguration: Output<DashboardClusterMarkerConfigurationArgs>? = null, heatmapConfiguration: Output<DashboardGeospatialHeatmapConfigurationArgs>? = null, selectedPointStyle: Output<DashboardGeospatialSelectedPointStyle>? = null)

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.

Functions

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