setCircleTranslate method
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<void> setCircleTranslate(List<double?> circleTranslate) =>
_annotationMessenger.setCircleTranslate(id, circleTranslate);