addMapImageOverlay method - MapScene class - mapview library - Dart API
addMapImageOverlay
addMapImageOverlay abstract method
- MapImageOverlay overlay
Adds a map image overlay to this map scene.
Adding the same overlay instance multiple times has no effect.
overlayThe overlay to be added to this map scene.
Implementation
void addMapImageOverlay(MapImageOverlay overlay);