android - When requestLocationUpdates call? -


i trying call requestlocationupdates using above:

locationupdaterequester.requestlocationupdates(900000, 75, criteria, locationlistenerpendingintent); 

when call requestlocationupdates again after approx 15 min , 75 meter distance cover device?

it checks @ every 15 min interval, change in distance. whenever distance increases above 75 meter, onlocationchanged() invoked.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -