From 75af36c60bd23cc5cada3c384951837905cc1969 Mon Sep 17 00:00:00 2001 From: Shahin Taj Date: Sat, 27 Feb 2021 19:34:45 +0530 Subject: [PATCH] [google_maps_flutter_web] Implements updateTileOverlays to avoid exception --- .../lib/src/google_maps_flutter_web.dart | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/google_maps_flutter/google_maps_flutter_web/lib/src/google_maps_flutter_web.dart b/packages/google_maps_flutter/google_maps_flutter_web/lib/src/google_maps_flutter_web.dart index cf549e8e375e..0d360f92b452 100644 --- a/packages/google_maps_flutter/google_maps_flutter_web/lib/src/google_maps_flutter_web.dart +++ b/packages/google_maps_flutter/google_maps_flutter_web/lib/src/google_maps_flutter_web.dart @@ -86,6 +86,14 @@ class GoogleMapsPlugin extends GoogleMapsFlutterPlatform { _map(mapId).updateCircles(circleUpdates); } + @override + Future updateTileOverlays({ + @required Set newTileOverlays, + @required int mapId, + }) async { + // Empty implementation to avoid Exception + } + /// Applies the given `cameraUpdate` to the current viewport (with animation). @override Future animateCamera(