In order to view this lesson, you must purchase this course.
With Apple's MapKit framework, they make it very easy to search for local places using the MKLocalSearch api. In order to initiate a search, we simple need to pass it a Request object that is configured with a search query and a region. In this lesson, I'll go over exactly how to perform search as well as placing these items onto the map.