iosmapkitgeocodingreverse-geocodingmkreversegeocoder

How to create a location autocompletion input field in iOS 5?


I know iOS offers MKReverseGeocoder which translates the user's lat/long into a location like "San Francisco", but is there also the opposite? To create a text field where users type "San F" and it offers locations starting with "San F" to choose from?

Which services are available to return locations and lat/long for a given city name substring search?


Solution

  • Google Places has a new Autocomplete API