我可以在 iPhone 应用程序中使用 Google Maps API(Places API)来查找我附近的位置吗?

发布于 2024-10-17 03:02:56 字数 298 浏览 5 评论 0原文

我有几个关于使用 Google 地图 API 的问题,尤其是我的 iPhone 应用程序中的 Places API。

  1. 我可以在我的 iPhone 应用程序中使用 Places API 并仍然将该应用程序作为付费应用程序发布吗?如果我无法在付费应用程序中使用这些 API,我可以免费发布我的应用程序吗?

  2. 是否有使用 Places API 确定用户当前位置周围商店位置的示例?例如,如果用户在应用程序中输入“Groceries”,我想显示用户位置附近所有销售杂货的商店。

谢谢!

I have a couple of questions regarding using Google maps API, especially the Places API in my iPhone application.

  1. 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?

  2. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

从来不烧饼 2024-10-24 03:02:56

1) 摘自其条款和条件:

如果您的 Maps API 实现是
内部部署或者您是
对使用 Maps API 进行收费
实施请联系
Google Maps API Premier 销售
团队
了解更多信息。

2)位置是任何搜索请求中的必需参数:

http://code.google.com/apis/maps/documentation /places/#PlaceSearchRequests

1) Taken from their terms and conditions:

If your Maps API Implementation is
deployed internally or you are
charging for use of your Maps API
Implementation, please contact the
Google Maps API Premier sales
team
for more information.

2) Location is a required parameter in any search request:

http://code.google.com/apis/maps/documentation/places/#PlaceSearchRequests

嗫嚅 2024-10-24 03:02:56
  1. 是的,您可以根据使用条款 9.1.1-(a) 和 9.1.2-(b) 在付费应用中使用 Google Map API。如需查看服务条款,请访问 https://developers.google.com/maps/terms :
    (b) 移动应用程序。如果您的 Maps API 实现用于通过在线商店付费销售的移动应用程序,并且可下载到可以访问在线服务的移动设备,则第 9.1.1(a) 节(免费访问)中的规则不适用。

  2. 示例可以在 https://developers.google.com/places/ 和 < a href="https://developers.google.com/places/documentation/" rel="nofollow">https://developers.google.com/places/documentation/

  1. 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.

  2. Examples can be found at https://developers.google.com/places/ and https://developers.google.com/places/documentation/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文