updateGroundOverlays method

Future<void> updateGroundOverlays(
  1. GroundOverlayUpdates groundOverlayUpdates, {
  2. required int mapId,
})
inherited

Updates ground 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> updateGroundOverlays(
  GroundOverlayUpdates groundOverlayUpdates, {
  required int mapId,
}) {
  throw UnimplementedError('updateGroundOverlays() has not been implemented.');
}