How do I do geocoding (NOT reverse geocoding) on iPhone?

后端 未结 4 1077
忘掉有多难
忘掉有多难 2020-12-06 03:46

I am perplexed as to why there is an iPhone API for Reverse Geocoding (lat/long to address) but NOT for regular Geocoding (address to lat/long).

I want to be able to

相关标签:
4条回答
  • 2020-12-06 03:48

    Merrimack wrote an answer here with a useful example..

    Forward geocoding from the iPhone

    There is a nice blog post of him

    http://blog.sallarp.com/ipad-iphone-forward-geocoding-api-google/

    0 讨论(0)
  • 2020-12-06 04:03

    I had the same issue and wrote a geocoding class. http://web.me.com/andreas.bungert/erle_muss_sein/iPhone_Development/Einträge/2009/7/9_Geocoding_im_SDK.html

    Best Regards

    0 讨论(0)
  • 2020-12-06 04:04

    For those finding this question long after it was asked:

    As brainjam notes, since iOS 5 Apple's CLGeocoder class supports forward-geocoding.

    0 讨论(0)
  • I am looking at the source code available from:

    http://www.pragprog.com/screencasts/v-bdmapkit/using-the-map-kit

    In what part the forward geocoding used?

    Thanks

    0 讨论(0)
提交回复
热议问题