Closed Dopeyr closed 4 years ago
Added some clarifications to the android docs when comparing the code https://github.com/owntracks/android/blob/6b9c2dd29565988a4e26d2153e493ad319d539f4/project/app/src/main/java/org/owntracks/android/services/BackgroundService.java#L544 to the LocationRequest https://developers.google.com/android/reference/com/google/android/gms/location/LocationRequest#setInterval(long)
Merged, thank you
Add details on
locatorPriority
for android, as the constants don't quite map e.g.2
==102
for balanced power, but0
!==100
for high power, instead3
==100
for high power.