fillExtrusionOpacityTransition

abstract fun fillExtrusionOpacityTransition(options: StyleTransition): 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.

Set the FillExtrusionOpacity property transition options

Parameters

options

transition options for Double

abstract fun fillExtrusionOpacityTransition(block: StyleTransition.Builder.() -> Unit): 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.

DSL for fillExtrusionOpacityTransition.