textHaloColor

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

The color of the text's halo, which helps it stand out from backgrounds.

Parameters

textHaloColor

value of textHaloColor

open override fun textHaloColor(textHaloColor: Expression): SymbolLayer

The color of the text's halo, which helps it stand out from backgrounds.

Parameters

textHaloColor

value of textHaloColor as Expression

val textHaloColor: String?

The color of the text's halo, which helps it stand out from backgrounds.