If true, other symbols can be visible even if they collide with the icon.
Future<void> setSymbolIconIgnorePlacement(bool enable) async { await symbolManager?.setIconIgnorePlacement(enable); }