fillExtrusionBase

open override fun fillExtrusionBase(fillExtrusionBase: Double): FillExtrusionLayer

The height with which to extrude the base of this layer. Must be less than or equal to fill-extrusion-height. Default value: 0. Minimum value: 0.

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

Parameters

fillExtrusionBase

value of fillExtrusionBase


open override fun fillExtrusionBase(fillExtrusionBase: Expression): FillExtrusionLayer

The height with which to extrude the base of this layer. Must be less than or equal to fill-extrusion-height. Default value: 0. Minimum value: 0.

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

Parameters

fillExtrusionBase

value of fillExtrusionBase as Expression


val fillExtrusionBase: Double?

The height with which to extrude the base of this layer. Must be less than or equal to fill-extrusion-height. Default value: 0. Minimum value: 0.