getSymbolSpacing method

Future<double?> getSymbolSpacing()

Distance between two symbol anchors. Default value: 250. Minimum value: 1. The unit of symbolSpacing is in pixels.

Implementation

Future<double?> getSymbolSpacing() =>
    _annotationMessenger.getSymbolSpacing(id);