我可以在 iPhone 应用程序中使用 Google Maps API(Places API)来查找我附近的位置吗?
我有几个关于使用 Google 地图 API 的问题,尤其是我的 iPhone 应用程序中的 Places API。
我可以在我的 iPhone 应用程序中使用 Places API 并仍然将该应用程序作为付费应用程序发布吗?如果我无法在付费应用程序中使用这些 API,我可以免费发布我的应用程序吗?
是否有使用 Places API 确定用户当前位置周围商店位置的示例?例如,如果用户在应用程序中输入“Groceries”,我想显示用户位置附近所有销售杂货的商店。
谢谢!
I have a couple of questions regarding using Google maps API, especially the Places API in my iPhone application.
Can I use Places API in my iPhone app and still release the app as a paid app? Could I release my app as free if I am unable to use these APIs in a paid app?
Is there an example for figuring out store locations around user's current location using Places API? For example if the user types "Groceries" in the app, I would like to show all the Store that sell groceries near the user's location.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
1) 摘自其条款和条件:
2)位置是任何搜索请求中的必需参数:
1) Taken from their terms and conditions:
2) Location is a required parameter in any search request:
是的,您可以根据使用条款 9.1.1-(a) 和 9.1.2-(b) 在付费应用中使用 Google Map API。如需查看服务条款,请访问 https://developers.google.com/maps/terms :
(b) 移动应用程序。如果您的 Maps API 实现用于通过在线商店付费销售的移动应用程序,并且可下载到可以访问在线服务的移动设备,则第 9.1.1(a) 节(免费访问)中的规则不适用。
示例可以在 https://developers.google.com/places/ 和 < a href="https://developers.google.com/places/documentation/" rel="nofollow">https://developers.google.com/places/documentation/
Yes, you can use Google Map API in paid apps according to the term of use 9.1.1-(a) and 9.1.2-(b). The terms of service can be found at https://developers.google.com/maps/terms :
(b) Mobile Applications. The rule in Section 9.1.1(a) (Free Access) does not apply if your Maps API Implementation is used in a mobile application that is sold for a fee through an online store and is downloadable to a mobile device that can access the online store.
Examples can be found at https://developers.google.com/places/ and https://developers.google.com/places/documentation/