removeMapImageOverlay abstract method

void removeMapImageOverlay(
  1. 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.

  • overlay The overlay to be removed from this map scene.

Implementation

void removeMapImageOverlay(MapImageOverlay overlay);