getCircleTranslate method

Future<List<double?>?> getCircleTranslate()

The geometry's offset. Values are x, y where negatives indicate left and up, respectively. Default value: 0,0. The unit of circleTranslate is in pixels.

Implementation

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