Get street address at lat/long pair
Posted
by Chris Wenham
on Stack Overflow
See other posts from Stack Overflow
or by Chris Wenham
Published on 2008-10-01T16:38:55Z
Indexed on
2010/05/21
16:20 UTC
Read the original article
Hit count: 325
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?
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.
© Stack Overflow or respective owner