There are some comparable subjects out-there, however mine is extra particular, please naked with me (:
I’ve a single CLLocationManager
that runs continuously whereas the app is open.
it is extremely “lazy” CLLocationManager
– has very low energy consumption. each its desiredAccuracy
and distanceFilter
are very compromised.
alternatively, I’ve one other CLLocationManager
that’s fairly the other. it has excellent desiredAccuracy
, and really quick distanceFilter
. but it surely solely runs on particular situations (not continuously)
My query is:
can I make sure that each distanceFilter
and desiredAccuracy
will keep remoted for every CLLocationManager?
Can the accuracy for the ‘lazy’ LocationManager change resulting from operating in parallel with the opposite one?
if not, are they another configuration properties which may overlap?