iOS Programming Recipe 31: Implementing Geocoding
Sometimes it can be handy to either translate an address into a set of coordinates, or get an address from a set of coordinates. These processes are known as geocoding and reverse geocoding respectively
Continue Reading:
iOS Programming Recipe 31: Implementing Geocoding