iPhone Development: Use of MKReverseGeocoder
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
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.
精彩评论