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