Xamarin tutorial iOS MapKit Part 3
This is the third and final post, in the three-part tutorial, on using the iOS MapKit in a Xamarin iOS project. In the first post we looked at the initial setup of the project, as well as basic generation of a map view. The previous post took a look at annotations and how to create custom annotations. In this final post we will look at search functionality using MKLocalSearch. The source code can still be found at GitHub. ...