In Chapter 1, your first iOS map application displayed one point on the map, with the default red pin at its location. The MapKit framework is capable of much more when it comes to displaying annotations. We can customize the images for the annotations and the callouts seen when a user taps on an annotation.
Let’s continue building on top of the FirstMapsApp project that we created in Chapter 1 and then added user locations in Chapter 2.
Understanding MapKit and annotations
The MapKit framework maintains a distinction between annotations – the data displayed on ...