heatmapOpacity

open override fun heatmapOpacity(heatmapOpacity: Double): HeatmapLayer

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

Use static method HeatmapLayer.defaultHeatmapOpacity to set the default property.

Parameters

heatmapOpacity

value of heatmapOpacity

open override fun heatmapOpacity(heatmapOpacity: Expression): HeatmapLayer

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

Use static method HeatmapLayer.defaultHeatmapOpacityAsExpression to set the default property.

Parameters

heatmapOpacity

value of heatmapOpacity as Expression

val heatmapOpacity: Double?

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