I have to update the newLocation in CLLocationManager Delegate depending on certain time interval
A:
The location manager updates based on distance moved, not based on time interval. It doesn't make sense to spend CPU time updating every x seconds if the location has not changed.
progrmr
2010-06-10 14:11:13
A:
But that's the problem, we know that the location have changed. Because we move !! But the location manager don't send an update.
Percuss
2010-10-07 09:03:05