August 2010
Beginner to intermediate
432 pages
15h 39m
English
This chapter covers
Since Apple opened up the iPhone SDK, developers have been trying to find ways to integrate maps into their applications. Prior to the release of iPhone OS 3.0, there was no elegant way to do this.
One of the more popular solutions involved displaying a Google map in a UIWebView and laying another view on top to capture the user input. As you can imagine, this approach was clunky and prone to error if Google changed its web interface. Apple finally provided a solution called the Map Kit framework.
With the release of the Map Kit framework, you can now add fully functional ...