Hello there. I want to use ImageOverlay for an application, but need to be able to change the image that is overlayed. If I add another ImageOverlay, the old one will remain beneath the new one, which is not what I want. In the API documentation, I cannot find anything about removing an ImageOverlay, or changing the image that is overlayed. Any suggestions?
The application I'm working on will have a list of images next to the map, and when the mouse is hovered over one item on the list, the corresponding image will be shown on the map. For me, it seems that an ImageOverlay would be the way to go, but perhaps there is a simpler solution?