heatmapOpacityTransition

abstract fun heatmapOpacityTransition(options: StyleTransition): HeatmapLayer

The global opacity at which the heatmap layer will be drawn.

Set the HeatmapOpacity property transition options

Parameters

options

transition options for Double

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

The global opacity at which the heatmap layer will be drawn.

DSL for heatmapOpacityTransition.