removeMapImageOverlay method - MapScene class - mapview library - Dart API
removeMapImageOverlay
removeMapImageOverlay abstract method
- MapImageOverlay overlay
Removes a map image overlay from this map scene.
Removing an overlay instance that is not part of this scene has no effect.
overlayThe overlay to be removed from this map scene.
Implementation
void removeMapImageOverlay(MapImageOverlay overlay);