How can I launch the default maps app for iOS6 and pass it a custom location?
For example:
[[MKMapItem setLocation:MyLocation] openInMapsWithLaunchOptions:nil];
I followed the example here, but was unable to figure it out. How can I launch the Google Maps iPhone application from within my own native application?