@override Future<void> hideAllPoi() async { for (var poi in _webPoi.values) { poi.setVisible(false); } }