hi all, I have a mapview, and I draw two point on the same mapview, using mapview.getoverlay().add(point1); mapview.getoverlay().add(point2);
and now I want to clear point1, I just can find: mapview.getoverlay().clear() method to clear mapview, but this action will clear point1 and point2, but I just want to clear one point at the time. so how can I do for my requestion?? thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

