textColorTransition

abstract fun textColorTransition(options: StyleTransition): SymbolLayer

The color with which the text will be drawn.

Set the TextColor property transition options

Parameters

options

transition options for String

abstract fun textColorTransition(block: StyleTransition.Builder.() -> Unit): SymbolLayer

The color with which the text will be drawn.

DSL for textColorTransition.