getIconTranslate method

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

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.

Implementation

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