-1

如何启动新的 iOS 6 Plan 应用程序?

对于以前的 iOS,我使用:

UIApplication *app = [UIApplication sharedApplication];
[app openURL:[NSURL URLWithString:[NSString stringWithFormat:@"http://maps.google.com/maps?ll=%f,%f",self.mapView.userLocation.coordinate.latitude,self.mapView.userLocation.coordinate.longitude]]];

有人有想法吗?

4

1 回答 1

1

我认为您的意思是地图应用程序。您应该使用maps.apple.com更改maps.google.com部分

于 2012-09-21T11:13:38.887 回答