Mark Murphy wrote:

 >> so how can I do for remove one mark only?
 >
 > There is no direct API for that as far as I can see. You may need to
 > create a new ItemizedOverlay with the reduced set of marks, remove the
 > old ItemizedOverlay from the getOverlays() collection, and add in the
 > replacement. Or, you could try calling populate() again and see if that
 > will clear and re-add all of the marks (minus whichever one you are
 > trying to get rid of).

the latter one. And you need to clear the focus index, the name of the 
call escapes me right now.

Michael

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to