getIconTranslate method
Distance that the icon's anchor is moved from its original placement. Positive values indicate right and down, while negative values indicate left and up. Default value: 0,0
. The unit of iconTranslate is in pixels.
Implementation
Future<List<double?>?> getIconTranslate() =>
_annotationMessenger.getIconTranslate(id);