使用 Google Places API 自动完成订阅表单中的输入

发布于 2025-01-06 04:47:16 字数 131 浏览 0 评论 0原文

对于商业网站,我希望用户填写一个带有商店名称的字段,如果谷歌找到该商店,请填写订阅表格(例如:电话号码、地址、徽标等)。

我的问题:这个 Api 可以和那个一起使用吗?我发现使用条款不明确。

PS:抱歉我的英语:/

For a commercial website, I would like users to fill out a field with their shop name, and if the shop is found by google, fill out the subscription form (for example: phone number, address, logo, etc).

My question: is it possible to use this Api with that? I find that the terms of use are not clear.

PS : Sorry about my english :/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

Spring初心 2025-01-13 04:47:16

简而言之,一些重要的使用条款是:

http://code.google .com/apis/maps/terms.html#section_9_1

  • 您不得对使用地点自动完成 API 的使用收取访问费用,并且必须可供公众免费访问。除非它是移动应用程序的一部分或者您拥有 Google Enterprise 协议或获得 Google 的书面许可。

http://code.google.com/apis/maps/documentation /places/autocomplete.html#requirements

  • 如果您不使用 Google 地图显示此数据,则使用地点自动完成 API 访问的任何数据都必须显示“由 Google 提供支持”徽标

  • 如果地点自动完成 API 响应包含房源提供商信息,则必须向用户显示该信息。

如果您的实施遵守使用条款,则您可以将地点自动完成 API 用于所述目的。

In short a few of the important terms of use are:

http://code.google.com/apis/maps/terms.html#section_9_1

  • You must not charge access to use your implementation of the Places Autocomplete API and it must be freely accessible to the public. Unless its part of a Mobile Application or you have a Google Enterprise agreement or obtained Google's written permission.

http://code.google.com/apis/maps/documentation/places/autocomplete.html#requirements

  • You must show a "Powered by Google" logo with any data accessed using the Places Autocomplete API if you do no show this data with a Google Map

  • If the Places Autocomplete API responses contains Listing provider information it must be displayed to the user.

If your implementation adheres to the terms of use, than it is possible for you to use the Places Autocomplete API for the purpose described.

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