setIconAnchor method
Part of the icon placed closest to the anchor. Default value: "center".
Implementation
Future<void> setIconAnchor(IconAnchor iconAnchor) =>
_annotationMessenger.setIconAnchor(id, iconAnchor);
Part of the icon placed closest to the anchor. Default value: "center".
Future<void> setIconAnchor(IconAnchor iconAnchor) =>
_annotationMessenger.setIconAnchor(id, iconAnchor);