Future<void> setSymbolIconAllowOverlap(bool enable) async { if (_disposed) { return; } await symbolManager?.setIconAllowOverlap(enable); }