@override Future<void> removeLayer(String layerId) async { _interactiveFeatureLayerIds.remove(layerId); _map.removeLayer(layerId); }