Closed GoogleCodeExporter closed 9 years ago
Unfortunately, there is no way to close bubbles as part of
mapView.getOverlays().clear().
Simple workaround:
Everytime you call: mapView.getOverlays().clear();
also call: InfoWindow.closeAllInfoWindowsOn(map);
which will close all open bubbles.
You will need to upgrade to osmdroid 4.2 and OSMBonusPack 4.5.
Original comment by mathieu....@gmail.com
on 6 Jun 2014 at 3:26
thank you that worked
Original comment by lamou...@gmail.com
on 6 Jun 2014 at 5:50
Original comment by mathieu....@gmail.com
on 6 Jun 2014 at 8:21
Original issue reported on code.google.com by
lamou...@gmail.com
on 6 Jun 2014 at 12:27Attachments: