fillExtrusionOpacity

open override fun fillExtrusionOpacity(fillExtrusionOpacity: Double): FillExtrusionLayer

The opacity of the entire fill extrusion layer. This is rendered on a per-layer, not per-feature, basis, and data-driven styling is not available.

Parameters

fillExtrusionOpacity

value of fillExtrusionOpacity

open override fun fillExtrusionOpacity(fillExtrusionOpacity: Expression): FillExtrusionLayer

The opacity of the entire fill extrusion layer. This is rendered on a per-layer, not per-feature, basis, and data-driven styling is not available.

Parameters

fillExtrusionOpacity

value of fillExtrusionOpacity as Expression

val fillExtrusionOpacity: Double?

The opacity of the entire fill extrusion layer. This is rendered on a per-layer, not per-feature, basis, and data-driven styling is not available.