getIconIgnorePlacement method

Future<bool?> getIconIgnorePlacement()

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

Implementation

Future<bool?> getIconIgnorePlacement() =>
    _annotationMessenger.getIconIgnorePlacement(id);