iPhone开发:MKReverseGeocoder的使用
有谁知道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).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 Apple 文档:
因此,只要您使用 MKMapView 来显示反向地理编码请求的结果,就可以了。
According to the Apple documentation:
So as long as you are using a MKMapView to display the results of the reverse GeoCode request, you are fine.