Does the MapKit library support the Forward Geocoding (process of turning the textual address into longitude/latitude), if not, what will be the solution, because i need that feature in my iPhone application. Thanx in advance.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Take a look at the Apple docs for CLGecoder: Pre iOS 5 there is no support directly in Apple's frameworks. You'd probably want to use Google's geocoding API to get support before iOS 5. i.e. http://code.google.com/apis/maps/documentation/geocoding/ |
|||
|
|