textColor

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

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

Parameters

textColor

value of textColor


abstract fun textColor(textColor: Expression): SymbolLayer

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

Parameters

textColor

value of textColor as Expression