我想知道如何使用MapKit打開Google地圖URL?使用MapKit打開地圖URL
此代碼退出應用程序並顯示位置,但我希望在我的mapView上顯示。
NSString *urlString = @"http://maps.google.com/maps?daddr=San+Francisco,+CA&saddr=cupertino";
[[UIApplication sharedApplication] openURL: [NSURL URLWithString: urlString]];
對不起,我正在處理'MapKit'和我的插座是'MapView'不是webView :) – 2011-06-16 11:50:14
好吧,我的壞!對不起。 – 2011-06-16 12:03:29