tags:

views:

33

answers:

1

How to find coordinates of gives address (or) location using xcode ?(i.e find latitude/longitude of the specified address)

Can anyone help me ?

Thanks in advnance........

+1  A: 

What you want to is called geocoding. Typically is done by sending a request to a service which actually does the conversion for you. Google and some other companies offer this service.

Kevin Stock