text Translate Transition
abstract fun textTranslateTransition(options: StyleTransition): SymbolLayer
Content copied to clipboard
Distance that the text's anchor is moved from its original placement. Positive values indicate right and down, while negative values indicate left and up.
Set the TextTranslate property transition options
Parameters
options
transition options for List
abstract fun textTranslateTransition(block: StyleTransition.Builder.() -> Unit): SymbolLayer
Content copied to clipboard
Distance that the text's anchor is moved from its original placement. Positive values indicate right and down, while negative values indicate left and up.
DSL for textTranslateTransition.