-1

新しいiOS6Planアプリケーションを起動するにはどうすればよいですか?

以前の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 に答える