getLineTranslate method

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

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

Implementation

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