setTextRadialOffset method

Future<void> setTextRadialOffset(
  1. double textRadialOffset
)

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. Default value: 0. The unit of textRadialOffset is in ems.

Implementation

Future<void> setTextRadialOffset(double textRadialOffset) =>
    _annotationMessenger.setTextRadialOffset(id, textRadialOffset);