获取经纬度对的街道地址

问题描述:

我已经看到可以获取纬度和经度(地理编码,例如 Google Maps API) 来自街道地址,但是当您知道纬度/经度已经是什么时,是否可以反过来获取街道地址?

I've seen that it's possible to get the latitude and longitude (geocoding, like in Google Maps API) from a street address, but is it possible to do the reverse and get the street address when you know what the lat/long already is?

该应用程序将是一个 iPhone 应用程序(以及为什么该应用程序已经知道纬度/经度),因此从网络服务到 iPhone API 的任何内容都可以使用.

The application would be an iPhone app (and why the app already knows lat/long), so anything from a web service to an iPhone API would work.