After didUpdateToLocation,my new location (CLLocation) is
newLocation = [37.785834 -122.406417]
Then I am printing the horizontalAccuracy of newLocation desiredAccuracy of locationManager (CLLocationManager) and they are
horizontalAccuracy is 5.000000
desiredAccuracy is 10.000000
My question is where these number come from....Are they changing if you move to another new location.
Moreover, right after I create and initialize CLLocationManager, its desiredAccuracy is -1.Again, is -1 a default value for CLLocationManager ?
Please advice me about these issues.
Thanks