getLineTranslate method

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

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

Implementation

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