isIconOverlapAllowed property
Determines if the icon can overlap other icons when MapMarker.isOverlapAllowed is false.
Returns true if the icon is allowed to overlap other icons, false otherwise.
Defaults to false.
Implementation
bool get isIconOverlapAllowed;
Determines if the icon can overlap other icons when MapMarker.isOverlapAllowed is false.
Sets whether the icon is allowed to overlap other icons.
When true, icons are always rendered on top of each other on collision;
only the label (text) of the topmost icon is shown.
Has no effect when MapMarker.isOverlapAllowed is true.
Implementation
set isIconOverlapAllowed(bool value);