Changes

The Basics of Core Location
With each location update, an application delegate method named didUpdateToLocation is called by the location manager and passed information about the current location. The above code also, therefore, assigns the current class as the location manager’s delegate.
 
== Configuring the Desired Location Accuracy ==