Let’s take our app one step further and show the user’s location on the map. The location functionality in iOS is extremely powerful – you can get the user’s current location, or you can track the user’s location as it changes over time to show their path on a map. We will use the CoreLocation framework for this, as well as the MapKit framework we discussed earlier.
We will add additional functionality to the project from Chapter 1. That FirstMapsApp project already has the map view in place that we will use to show the user’s location.