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

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -