I have created a map view application and overlay some images on the map view. While clicking a button, all the images should disappear. How to do this?..Please help
Asked
Active
Viewed 101 times
0
-
Refer this http://eagle.phys.utk.edu/guidry/android/mapOverlayDemo.html..you can customize it.. – Kartik Domadiya Apr 27 '11 at 05:32
1 Answers
0
Got it.
listOfOverlays = mapView.getOverlays();
listOfOverlays.clear();
mapView.invalidate();

indira
- 6,569
- 18
- 65
- 80