Closed GoogleCodeExporter closed 9 years ago
This is a general issue about InfoWindows.
From my point of view, this is not a big issue, just annoying.
A simple workaround: when you remove the FolderOverlay, you could call
InfoWindow.closeAllInfoWindowsOn(mapview) to close all opened bubbles.
The alternative is to parse all overlays to be removed, and call
OverlayWithIW.hideInfoWindow().
A good solution should be to provide that feature as a
FolderOverlay.hideAllInfoWindows() method => I will plan that in the next
release.
Original comment by mathieu....@gmail.com
on 13 Nov 2014 at 1:19
Great, closing the InfoWindow with InfoWindow.closeAllInfoWindowsOn(mMapView);
is all i needed to do.
Thanks.
Original comment by warwo...@gmail.com
on 13 Nov 2014 at 1:30
FolderOverlay.closeAllInfoWindows() now added in v5.0.
Original comment by mathieu....@gmail.com
on 21 Nov 2014 at 8:53
Original issue reported on code.google.com by
warwo...@gmail.com
on 13 Nov 2014 at 1:43