MD.
MD.

Reputation: 1151

How to find latitude longitude from the address?

I am using MapKit for google map? How to find latitude longitude using address?

Upvotes: 0

Views: 1334

Answers (1)

Lorenzo Boccaccia
Lorenzo Boccaccia

Reputation: 6131

it seems to me that the mapkit framework only expose api for the reverse geocoding (from point to address)

however, you can do it by calling this web services (plain http + json, use the TouchJSON library for parsing the response or json-framework): http://code.google.com/intl/it-IT/apis/maps/documentation/geocoding/index.html

Upvotes: 2

Related Questions