setIconIgnorePlacement method

Future<void> setIconIgnorePlacement(
  1. 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);