@override Future<void> removePoi(String poiId) async { _webPoi[poiId]?.setMap(null); _webPoi.remove(poiId); _currentPoiLevel.remove(poiId); _poiStyleId.remove(poiId); _poiText.remove(poiId); }