setIconAllowOverlap method
- bool iconAllowOverlap
If true, the icon will be visible even if it collides with other previously drawn symbols. Default value: false.
Implementation
Future<void> setIconAllowOverlap(bool iconAllowOverlap) =>
_annotationMessenger.setIconAllowOverlap(id, iconAllowOverlap);