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.

Use static method FillExtrusionLayer.defaultFillExtrusionOpacity to set the default property.

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.

Use static method FillExtrusionLayer.defaultFillExtrusionOpacityAsExpression to set the default property.

Parameters

fillExtrusionOpacity

value of fillExtrusionOpacity as Expression


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.