1

Does anyone know if MKReverseGeocoder can be used in commercial apps/paid apps? The Google Maps Terms of Service are not very clear on that (to me).

http://code.google.com/apis/maps/iphone/terms.html

Mustafa
  • 20,504
  • 42
  • 146
  • 209

1 Answers1

1

According to the Apple documentation:

The Google terms of service require that the reverse geocoding service be used in conjunction with a Google map; take this into account when designing your application's user interface.

So as long as you are using a MKMapView to display the results of the reverse GeoCode request, you are fine.

RedBlueThing
  • 42,006
  • 17
  • 96
  • 122