I wonder why the iPhone API exists for reverse geocoding (lat / long to address), but NOT for regular geocoding (address for lat / long).
I want to be able to display the annotation on a map (MKMapView) at the address entered by the user. (As text, not touching the map) As far as I can tell, this means that I have to define lat / long for the address entered.
It looks like this can be done using HTTP, but then Reverse Geocoding could ALSO be done that way. Why do they support one and not the other?
Answers "why?" or how? "will both be appreciated.
*** Has anyone found out anything new on this topic? Any announcements I haven't heard about?
source
share