textTranslate

open override fun textTranslate(textTranslate: List<Double>): 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.

Parameters

textTranslate

value of textTranslate

open override 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.

Parameters

textTranslate

value of textTranslate as Expression

val textTranslate: List<Double>?

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.