textColor

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

The color with which the text will be drawn.

Parameters

textColor

value of textColor

open override fun textColor(textColor: Expression): SymbolLayer

The color with which the text will be drawn.

Parameters

textColor

value of textColor as Expression

val textColor: String?

The color with which the text will be drawn.