What do you need to do? The normal case is that user elements need to be redrawn, and you cover that by overriding Overlay.draw().
On Jun 5, 4:16 pm, mscwd01 <[email protected]> wrote: > Im still struggling with this... > > I create an overlay and add it to the MapView, then i override the > onTouchEvent to capture all the panning movements made. However, while > this reads all panning movements the map no longer pans. Its as if, I > have replaced the defualt MapView onTouchEvent with my own. How can i > fix this? > > On Jun 5, 3:21 pm, mscwd01 <[email protected]> wrote: > > > Hi, > > > I thought this would have an easy answer but I cant seem to find one. > > > Does MapView have a mechanism such as an onChange listener which is > > fired when the MapView is either panned or zoomed? > > > I have expermiented with onClick, motion events etc, all are not > > really what i'm after. > > > I just need to know when the state of the MapView is changed by the > > user zooming or moving it. > > > 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 -~----------~----~----~----~------~----~------~--~---

