heatmap Opacity Transition
abstract fun heatmapOpacityTransition(options: StyleTransition): HeatmapLayer
Content copied to clipboard
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
Content copied to clipboard
The global opacity at which the heatmap layer will be drawn.
DSL for heatmapOpacityTransition.