0

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

Cœur
  • 37,241
  • 25
  • 195
  • 267
MD.
  • 1,131
  • 4
  • 18
  • 28
  • https://stackoverflow.com/questions/1140404/forward-geocoding-from-the-iphone/2444249#2444249 here is an example.. – S.P. Mar 15 '10 at 13:07

1 Answers1

2

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

Lorenzo Boccaccia
  • 6,041
  • 2
  • 19
  • 29
  • Apparently due to licensing agreements between Apple, Google and TomTom. According to quick Google search. – tmadsen Feb 18 '10 at 09:08