Reverse Geocoding in PHP
A project I’m working on at the moment had a requirement for reverse geocoding (ie: taking a set of latitude / longitude co-ordinates and returning a placename) of some data coming from an iPhone application. There’s plenty of information available for doing address to long/lat encoding using google maps and the like, but not much […]