Is there a way to add a location from an MKMapView in my application to the built-in Google Maps app?
From what I understand there is probably one of two ways to do it: using [[UIApplication sharedApplication] openURL:xxx] (like opening a web address, writing an email, or dialling a number) or using a C-api like adding a contact to the address book.