@override Future<void> hideAllPolygon() async { for (var shape in _webPolyline.keys) { await changePolygonVisible(shape, false); } }