setIconIgnorePlacement method
- bool iconIgnorePlacement
If true, other symbols can be visible even if they collide with the icon. Default value: false.
Implementation
Future<void> setIconIgnorePlacement(bool iconIgnorePlacement) =>
_annotationMessenger.setIconIgnorePlacement(id, iconIgnorePlacement);