textOffset

abstract fun textOffset(textOffset: List<Double> = listOf(0.0, 0.0)): SymbolLayer

Offset distance of text from its anchor. Positive values indicate right and down, while negative values indicate left and up. If used with text-variable-anchor, input values will be taken as absolute values. Offsets along the x- and y-axis will be applied automatically based on the anchor position.

Parameters

textOffset

value of textOffset

abstract fun textOffset(textOffset: Expression): SymbolLayer

Offset distance of text from its anchor. Positive values indicate right and down, while negative values indicate left and up. If used with text-variable-anchor, input values will be taken as absolute values. Offsets along the x- and y-axis will be applied automatically based on the anchor position.

Parameters

textOffset

value of textOffset as Expression