tags:

views:

280

answers:

1

Hi Friends, I am doing one small GPS application. I have to show multiple palces . I can able to show multiple places using custom overlay method.Now i have to show route between two points , while showing route i have to show only that two points. remaining all points should disappear but i dont know how to disappear the other points.

A: 

If you are using an itemized overlay you can just remove them from the collection and then call postInvalidate() on the map. Can you give more details or code snippet of how you are using your overlay or itemized overlay?

sadboy
Hi sadboy, Thanks for ur immediate response i have used Overlay only.
Kumar