setIconIgnorePlacement method

Future<void> setIconIgnorePlacement(
  1. bool iconIgnorePlacement
)

If true, other symbols can be visible even if they collide with the icon.

Implementation

Future<void> setIconIgnorePlacement(bool iconIgnorePlacement) =>
    messager.setIconIgnorePlacement(id, iconIgnorePlacement);