heatmapIntensityTransition

abstract fun heatmapIntensityTransition(options: StyleTransition): HeatmapLayer

Similar to heatmap-weight but controls the intensity of the heatmap globally. Primarily used for adjusting the heatmap based on zoom level.

Set the HeatmapIntensity property transition options

Parameters

options

transition options for Double

abstract fun heatmapIntensityTransition(block: StyleTransition.Builder.() -> Unit): HeatmapLayer

Similar to heatmap-weight but controls the intensity of the heatmap globally. Primarily used for adjusting the heatmap based on zoom level.

DSL for heatmapIntensityTransition.