I've implemented a simple app with a Mapkit that shows one pin for a certain address. If I click on this pin, I can see the details of the location and the disclosure indication. At this point, I would like to enable the user to obtain directions from his location to there.
The only idea I had, it was to push a web view that opens an url in Google Maps with the desired coordinates. Are there many effective and usable ways to do this? Any other ideas?
Thanks in advance, yassa