textOpacity

open override fun textOpacity(textOpacity: Double): SymbolLayer

The opacity at which the text will be drawn.

Use static method SymbolLayer.defaultTextOpacity to set the default property.

Parameters

textOpacity

value of textOpacity

open override fun textOpacity(textOpacity: Expression): SymbolLayer

The opacity at which the text will be drawn.

Use static method SymbolLayer.defaultTextOpacityAsExpression to set the default property.

Parameters

textOpacity

value of textOpacity as Expression

val textOpacity: Double?

The opacity at which the text will be drawn.