Hello, I am painting on the map overlay successively. Each time I want to paint new information on the overaly, I call the Map.invalidate() method and the Overlay.draw() method is calling fine and I am able to paint the new information.
However, the problem is I want to not lose the stuff on the Overlay canvas that I have already painted in previous calls. Currently, only the new information is painted on map and none of the previous one. I am thinking that Invalidate() clears the map completely. But don't know for sure. Thanks in advance Hasan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

