updateGroundOverlays method

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

Updates ground overlay configuration.

The returned Future completes once the update has been made on the platform side.

Implementation

Future<void> updateGroundOverlays(
  GroundOverlayUpdates groundOverlayUpdates, {
  required int mapId,
}) {
  throw UnimplementedError(
      'updateGroundOverlays() has not been implemented.');
}