iRam11
iRam11

Reputation: 307

How to get latitude and longitude of a city?

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

Answers (2)

Gavin
Gavin

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

Related Questions