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.

Use static method SymbolLayer.defaultTextRadialOffset to set the default property.

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.

Use static method SymbolLayer.defaultTextRadialOffsetAsExpression to set the default property.

Parameters

textRadialOffset

value of textRadialOffset as Expression


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.