heatmap Intensity
open override fun heatmapIntensity(heatmapIntensity: Double): HeatmapLayer
Content copied to clipboard
Similar to heatmap-weight
but controls the intensity of the heatmap globally. Primarily used for adjusting the heatmap based on zoom level.
Use static method HeatmapLayer.defaultHeatmapIntensity to set the default property.
Parameters
heatmap Intensity
value of heatmapIntensity
open override fun heatmapIntensity(heatmapIntensity: Expression): HeatmapLayer
Content copied to clipboard
Similar to heatmap-weight
but controls the intensity of the heatmap globally. Primarily used for adjusting the heatmap based on zoom level.
Use static method HeatmapLayer.defaultHeatmapIntensityAsExpression to set the default property.
Parameters
heatmap Intensity
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.