[android-developers] Re: getting lattitude and longitude using GPS

2011-12-04 Thread lbendlin
then why do you specify 5m? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.c

[android-developers] Re: getting lattitude and longitude using GPS

2011-12-03 Thread Sumedh
sorry i have put wrong milisecond values corrected to, myManager.requestLocationUpdates(myManager.GPS_PROVIDER, 1, 5,locationListener); but, the problem remains same, not getting values at fixed interval i want continious lat-long values irrespective of location change what should i do? plz