【发布时间】:2013-07-31 07:11:00
【问题描述】:
我要反转某个位置的地理代码纬度和经度,并希望获得该位置的地址。我已经通过谷歌网络服务完成了,但这需要时间。 我想知道是否有其他好的和有效的方法。
当前正在调用此服务,
NSString * getAddress = [NSString stringWithFormat:@"http://maps.googleapis.com/maps/api/geocode/json?latlng=%@,%@&sensor=true",Lattitude,Longitude];
【问题讨论】:
-
从这个链接stackoverflow.com/questions/16009729/…看到我的回答类似于你的要求
-
从此链接stackoverflow.com/questions/15682595/…查看我的位置详细信息的另一个答案@
标签: iphone ios objective-c reverse-geocoding