textRadialOffset

open override fun textRadialOffset(textRadialOffset: Double): SymbolLayer

Radial offset of text, in the direction of the symbol's anchor. Useful in combination with text-variable-anchor, which defaults to using the two-dimensional text-offset if present.

Parameters

textRadialOffset

value of textRadialOffset

open override fun textRadialOffset(textRadialOffset: Expression): SymbolLayer

Radial offset of text, in the direction of the symbol's anchor. Useful in combination with text-variable-anchor, which defaults to using the two-dimensional text-offset if present.

Parameters

textRadialOffset

value of textRadialOffset as Expression

val textRadialOffset: Double?

Radial offset of text, in the direction of the symbol's anchor. Useful in combination with text-variable-anchor, which defaults to using the two-dimensional text-offset if present.