textColor

abstract fun textColor(textColor: String = "#000000"): SymbolLayer
abstract fun textColor(@ColorInt textColor: Int): SymbolLayer

The color with which the text will be drawn.

Parameters

textColor

value of textColor

abstract fun textColor(textColor: Expression): SymbolLayer

The color with which the text will be drawn.

Parameters

textColor

value of textColor as Expression