Hi,

I would like to use requestLocationUpdates to periodically get a GPS
fix, not based on the actual distance covered.

If I specify the following arguments:
- m_LocationManager.requestLocationUpdates("network", 60000, 0, this):
requestLocationUpdates is called more than every 60000ms. I believe
this is because the min distance covered is 0. This does not work for
me as I want to get updates every minute.
- m_LocationManager.requestLocationUpdates("network", 60000, 100,
this): will not return every 60000ms unless the subject has moved for
at least 100m.

How to use this function so I get updates only based on elapsed time,
not distance covered?

Thanks,
Jean

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

Reply via email to