fillExtrusionRoundedRoof

open override fun fillExtrusionRoundedRoof(fillExtrusionRoundedRoof: Boolean): FillExtrusionLayer

Indicates whether top edges should be rounded when fill-extrusion-edge-radius has a value greater than 0. If false, rounded edges are only applied to the sides. Default is true.

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

Parameters

fillExtrusionRoundedRoof

value of fillExtrusionRoundedRoof


open override fun fillExtrusionRoundedRoof(fillExtrusionRoundedRoof: Expression): FillExtrusionLayer

Indicates whether top edges should be rounded when fill-extrusion-edge-radius has a value greater than 0. If false, rounded edges are only applied to the sides. Default is true.

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

Parameters

fillExtrusionRoundedRoof

value of fillExtrusionRoundedRoof as Expression


Indicates whether top edges should be rounded when fill-extrusion-edge-radius has a value greater than 0. If false, rounded edges are only applied to the sides. Default is true.