heatmapRadiusTransition

abstract fun heatmapRadiusTransition(options: StyleTransition): 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.

Set the HeatmapRadius property transition options

Parameters

options

transition options for Double

abstract fun heatmapRadiusTransition(block: StyleTransition.Builder.() -> Unit): 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.

DSL for heatmapRadiusTransition.