[android-developers] Re: requestLocationUpdates() Parameters question

2010-04-20 Thread Nithin
Thanks patbenatar.. On Apr 20, 11:19 am, patbenatar wrote: > Why would you need updates every instant? It's impossible for the user > to move much more than a millimeter in that amount of time... Just use > a realistic amount of time for your app, or use a distance if that > makes more sense fo

[android-developers] Re: requestLocationUpdates() Parameters question

2010-04-19 Thread patbenatar
Oh, also... Why not just try your above code and see if it works? I think it will.. But I bet Android has some default minimum interval or something cause as said in my above post, getting updates every instant is quite pointless. On Apr 19, 10:19 pm, Nithin wrote: > Hi, > > In requestLocation

[android-developers] Re: requestLocationUpdates() Parameters question

2010-04-19 Thread patbenatar
Why would you need updates every instant? It's impossible for the user to move much more than a millimeter in that amount of time... Just use a realistic amount of time for your app, or use a distance if that makes more sense for your application. I'd recommend using a distance of like 1 meter if y