I am writing an application for iPhone iOS 3.0 where I want to use the Map Kit and the Address Book together. I have a database of places (e.g. restaurants) with name, location, phone, address and some other data. I list them in the form of a table, and when I select some place, I want to show the address book (using ABUnknownPersonViewController) containing all the information, so it’s easy for the user to add this contact to the address book.
Now, when I click on the address, the application switches me to the Maps application. How can I catch this event to show it in mine MKMapView(in my application inside)?
Another related question. Is there a way to implement the "Direction from here", "Direction here" buttons in the standard address book controller, for example, in the "Maps" application?
source
share