heatmap Intensity Transition
abstract fun heatmapIntensityTransition(options: StyleTransition): 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.
Set the HeatmapIntensity property transition options
Parameters
options
transition options for Double
abstract fun heatmapIntensityTransition(block: StyleTransition.Builder.() -> Unit): 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.
DSL for heatmapIntensityTransition.