updateTileOverlays method
Updates tile overlay configuration.
Change listeners are notified once the update has been made on the platform side.
The returned Future completes after listeners have been notified.
Implementation
Future<void> updateTileOverlays({
required Set<TileOverlay> newTileOverlays,
required int mapId,
}) {
throw UnimplementedError('updateTileOverlays() has not been implemented.');
}