标签: ios google-maps
我开发了一个应用程序来打开谷歌地图并搜索给定的位置名称。
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:[NSString stringWithFormat:@"http://maps.google.com/maps?q=%@",locationName]]];
我无法打开几张地图。谢谢。