textTranslate

abstract fun textTranslate(textTranslate: List<Double> = listOf(0.0, 0.0)): 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. Default value: 0,0.

Parameters

textTranslate

value of textTranslate


abstract fun textTranslate(textTranslate: Expression): 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. Default value: 0,0.

Parameters

textTranslate

value of textTranslate as Expression