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

objective c - Can't build GCM with Protobuf in Xcode -

ember.js - EmberJS Model find not up-to-date with underlying store -

javascript - jQuery iScroll clickable list elements while retaining scroll? -