Reputation: 307
I am designing a project in which I have used two text fields. One is for source address and another one is for destination address.
Now, I want to get latitude and longitude of both addresses and then draw it on map view.
How can I accomplish that?
Upvotes: 0
Views: 1195
Reputation: 2834
Do check out SVGeocoder. It's able to perform both forward and reverse gecoding via Google API. Not to mention it's also very easy to use.
Upvotes: 0
Reputation: 30855
check this post for geocoding
How do I do geocoding (NOT reverse geocoding) on iPhone?
Upvotes: 3