textColor

open override fun textColor(textColor: String): SymbolLayer

The color with which the text will be drawn. Default value: "#000000".

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

Parameters

textColor

value of textColor


open override fun textColor(textColor: Expression): SymbolLayer

The color with which the text will be drawn. Default value: "#000000".

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

Parameters

textColor

value of textColor as Expression


open override fun textColor(@ColorInt textColor: Int): SymbolLayer

The color with which the text will be drawn. Default value: "#000000".

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

Parameters

textColor

value of textColor


The color with which the text will be drawn. Default value: "#000000".