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 you want really accurate and up-to-date readings.



On Apr 19, 10:19 pm, Nithin <[email protected]> wrote:
> Hi,
>
> In requestLocationUpdates(LocationManager.GPS_PROVIDER, 0, 0, this);
> if I put time interval and distance as zero, will this work, or shall
> I need to give a value greater than zero.
>
> Nithin
>
> --
> 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 
> athttp://groups.google.com/group/android-developers?hl=en

-- 
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

Reply via email to