heatmapRadius

open override fun heatmapRadius(heatmapRadius: Double): HeatmapLayer

Radius of influence of one heatmap point in pixels. Increasing the value makes the heatmap smoother, but less detailed. queryRenderedFeatures on heatmap layers will return points within this radius.

Parameters

heatmapRadius

value of heatmapRadius

open override fun heatmapRadius(heatmapRadius: Expression): HeatmapLayer

Radius of influence of one heatmap point in pixels. Increasing the value makes the heatmap smoother, but less detailed. queryRenderedFeatures on heatmap layers will return points within this radius.

Parameters

heatmapRadius

value of heatmapRadius as Expression

val heatmapRadius: Double?

Radius of influence of one heatmap point in pixels. Increasing the value makes the heatmap smoother, but less detailed. queryRenderedFeatures on heatmap layers will return points within this radius.