ciprig / little-fluffy-location-library

Automatically exported from code.google.com/p/little-fluffy-location-library
0 stars 0 forks source link

changing update frequency on the fly. #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There is no way to change the update frequency at runtime.

Original issue reported on code.google.com by mark.and...@gmail.com on 9 Oct 2012 at 4:30

GoogleCodeExporter commented 8 years ago
Correct :-) For things the library is ideal for - widgets, occasional server 
updates, and other things that run in background - it's not something you 
should really need to do. Your app can force as many updates as it likes using 
LocationLibrary.forceLocationUpdate() when it's in foreground. If you need to 
be able to change the update frequency on the fly otherwise, feel free to take 
the code and amend it at will, the licence of course allows this.

Original comment by ken...@kentonprice.com on 10 Oct 2012 at 7:45

GoogleCodeExporter commented 8 years ago
p.s. if you do implement it, and make it lightweight and generic, I'm happy to 
merge it into the code base

Original comment by ken...@kentonprice.com on 10 Oct 2012 at 11:10