textTranslateTransition

abstract fun textTranslateTransition(options: StyleTransition): SymbolLayer

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

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.