如何使用iOS 6启动Plan app

时间:2012-09-17 01:51:14

标签: ios6

如何启动新的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]]];

有人有想法吗?

1 个答案:

答案 0 :(得分:1)

我认为你的意思是地图应用程序。您应该使用 maps.apple.com

更改 maps.google.com 部分