使用 Mapkit 时是否必须显示 Google 条款的链接?
我正在使用 Mapkit 作为 Google 地图。根据 http://code.google.com/apis/maps 上的条款/iphone/terms.html:
9.3 最终用户条款和隐私政策。如果您开发供其他用户使用的 Maps API 实现,您必须:
(a) 向您的 Maps API 实施的用户显示通过服务提供或 Maps API 文档中所述的 Google 使用条款的链接;
在哪里可以显示 Google ToU 的链接?我的应用程序中没有“关于”屏幕。 一定要出示一个吗?我在 iTunes 上看到没有“关于”屏幕的应用程序,并且没有人在主地图屏幕上显示链接。
I am using Mapkit for Google Maps. According to their terms at http://code.google.com/apis/maps/iphone/terms.html:
9.3 End User Terms and Privacy Policy. If you develop a Maps API Implementation for use by other users, you must:
(a) display to the users of your Maps API Implementation the link to Google's Terms of Use as presented through the Service or described in the Maps API Documentation;
Where can I show link to Google's ToU? I do not have an About screen in my app.
Is it must to show one? I see apps on iTunes who do not have an About screen and nobody shows the link on the main map screen.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
本节意味着如果您制作自己的 API(例如附加组件)或更改 MapKit 的内容,则需要链接到他们的条款。
如果您只是在应用程序中使用 MapKit,那么不需要,无需执行任何额外操作。
This section means if you make your own API, like an add-on, or something that alters the MapKit, you need to link to their terms.
If you are just using the MapKit in your app, then no, there's no need to do anything extra.