在ios应用中的Google地图中搜索位置名称

时间:2015-05-05 11:02:19

标签: ios google-maps

我开发了一个应用程序来打开谷歌地图并搜索给定的位置名称。

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:[NSString   stringWithFormat:@"http://maps.google.com/maps?q=%@",locationName]]];

我无法打开几张地图。谢谢。

0 个答案:

没有答案