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.

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.

share|improve this question

1 Answer

up vote 3 down vote accepted

Take a look at the Apple docs for CLGecoder:

http://developer.apple.com/library/ios/#documentation/CoreLocation/Reference/CLGeocoder_class/Reference/Reference.html#//apple_ref/occ/cl/CLGeocoder

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/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.