0

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?

Proud Member
  • 40,078
  • 47
  • 146
  • 231
  • possible duplicate of [Displaying suggested locations in UITableView](http://stackoverflow.com/questions/10661707/displaying-suggested-locations-in-uitableview) – jrturton May 21 '12 at 20:18

1 Answers1

2

Google Places has a new Autocomplete API

nevan king
  • 112,709
  • 45
  • 203
  • 241