1

With iOS 6 can we still use Google's API to geocode addresses? I vaguely recall that Google's licensing requires the results to be displayed on Google maps, which is obviously not possible in iOS 6.

I have found the built in CLGeocoder to be hit & miss, often not returning results for the simplest of searches.

Another thing I'm looking for is geocoding / reverse geocoding with results in the local language. Is this possible with CLGeocoder?

redshift5
  • 1,966
  • 1
  • 18
  • 27
  • I was under the impression the results could be used provided you credited the use of the Google service with a logo or some such? – Chris Oct 22 '12 at 08:11

2 Answers2

1

You are correct that the Google API for geocoding requires results to be displayed on a Google map.

CLGeocoder result quality hopefully will improve rapidly now that users are giving Apple feedback for maps.

Kendall Helmstetter Gelner
  • 74,769
  • 26
  • 128
  • 150
1

You can try to display the Goolge Maps as an overlay. Here an example from github

https://github.com/mladjan/GoogleMapsOverlayiOS

usergio2
  • 469
  • 3
  • 12