On Sun, Feb 27, 2011 at 5:18 PM, TreKing <[email protected]> wrote: > I did not get an update and my nearby stops > list did not refresh until the 5 minutes were up, when the location check > finally kicked in and I my listener was triggered because the distance was > far enough.
That's what I meant by "distance is a filter". minTime controls how frequently the tech checks your position, though minTime is a guideline and not an absolute. Regardless of minTime, though, if minDistance has not been met, you won't get notified via your LocationListener or PendingIntent. Sorry for any confusion I may have caused. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 3.0 Programming Books: http://commonsware.com/books -- 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

