fillExtrusionLineWidth

open override fun fillExtrusionLineWidth(fillExtrusionLineWidth: Double): FillExtrusionLayer

If a non-zero value is provided, it sets the fill-extrusion layer into wall rendering mode. The value is used to render the feature with the given width over the outlines of the geometry. Note: This property is experimental and some other fill-extrusion properties might not be supported with non-zero line width. Default value: 0. Minimum value: 0.

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

Parameters

fillExtrusionLineWidth

value of fillExtrusionLineWidth


open override fun fillExtrusionLineWidth(fillExtrusionLineWidth: Expression): FillExtrusionLayer

If a non-zero value is provided, it sets the fill-extrusion layer into wall rendering mode. The value is used to render the feature with the given width over the outlines of the geometry. Note: This property is experimental and some other fill-extrusion properties might not be supported with non-zero line width. Default value: 0. Minimum value: 0.

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

Parameters

fillExtrusionLineWidth

value of fillExtrusionLineWidth as Expression


If a non-zero value is provided, it sets the fill-extrusion layer into wall rendering mode. The value is used to render the feature with the given width over the outlines of the geometry. Note: This property is experimental and some other fill-extrusion properties might not be supported with non-zero line width. Default value: 0. Minimum value: 0.