从这个网址:
http://ws.geonames.org/findNearbyPostalCodes?lat=19.0176560&lng=72.8561780
我想要的是孟买的城市名称有人可以帮助我吗?
从这个网址:
http://ws.geonames.org/findNearbyPostalCodes?lat=19.0176560&lng=72.8561780
我想要的是孟买的城市名称有人可以帮助我吗?
解析出纬度和经度后,您可以使用MKReverseGeocoder将该位置转换为有关该位置的元数据。在该元数据中,您将找到您所追求的城市名称。
更新
看看 Apple CurrentAddress示例应用程序,它有一个关于如何使用MKReverseGeocoder的示例。