no it will chanhe , yo can see by by loading kml file into ddms and press play button in bellow the kml table.yo can the locaton was moving and your location chnged method is called for testing hat put log in on location changed
On 6/27/09, Andrew Gee <[email protected]> wrote: > > Hi, > > I've just started android development and have come into a problem. > Before I explain, you can find the code I have at > http://pastebin.com/m5ca71390 > > I have created a LocationListener class, as you can see, called > MyLocationListener. I have onLocationChanged in that class which grabs > the location change and creates a Toast notification and updates two > TextViews on the interface. > > You can see the LocationManager variable where the > requestLocationUpdates method is called, referencing the > MyLocationListener object. > > ==The Problem== > Using DDMS, I change the location information. The first time I set > this I see the Toast notification and the TextView objects update, > showing the latitude and longitude. > > But subsequence changes do not get recognised by the application, as > onLocationChanged is not called at all. > > Does anyone have any good ideas? It would be very much appreciated. > > Thanks, > Andrew Gee > > > > --~--~---------~--~----~------------~-------~--~----~ 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] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

