updateGroundOverlays method
Future<void>
updateGroundOverlays(
- GroundOverlayUpdates groundOverlayUpdates, {
- required int mapId,
Updates ground overlay configuration.
The returned Future completes once the update has been made on the platform side.
Implementation
@override
Future<void> updateGroundOverlays(
GroundOverlayUpdates groundOverlayUpdates, {
required int mapId,
}) async {
_map(mapId).updateGroundOverlays(groundOverlayUpdates);
}