heatmapIntensity

open override fun heatmapIntensity(heatmapIntensity: Double): HeatmapLayer

Similar to heatmap-weight but controls the intensity of the heatmap globally. Primarily used for adjusting the heatmap based on zoom level. Default value: 1. Minimum value: 0.

Use static method HeatmapLayer.defaultHeatmapIntensity to set the default property.

Parameters

heatmapIntensity

value of heatmapIntensity


open override fun heatmapIntensity(heatmapIntensity: Expression): HeatmapLayer

Similar to heatmap-weight but controls the intensity of the heatmap globally. Primarily used for adjusting the heatmap based on zoom level. Default value: 1. Minimum value: 0.

Use static method HeatmapLayer.defaultHeatmapIntensityAsExpression to set the default property.

Parameters

heatmapIntensity

value of heatmapIntensity as Expression


Similar to heatmap-weight but controls the intensity of the heatmap globally. Primarily used for adjusting the heatmap based on zoom level. Default value: 1. Minimum value: 0.