I have searched this group extensively and have not found the answer to my issue.
I have a lot of server data being loaded into overlays and I want to create the overlays as the user pans. Ideally it would wait for the user to stop panning before it started loading the data. What is the best practices procedure for determining if the map has changed location or zoom level? I was looking for something along the lines of onLocationChanged() for MapView or onPan() but I have not seen anything like that. Do I just need to set up my own parameters and Override onDraw() in the MapView and in that method run tests to see if the map has changed? This idea seems like overkill and would lead to overzealous server hits. Anyone have a better idea? 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 -~----------~----~----~----~------~----~------~--~---

