getCircleTranslate method

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

The geometry's offset. Values are x, y where negatives indicate left and up, respectively.

Implementation

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