使用 Google Places API 自动完成订阅表单中的输入
对于商业网站,我希望用户填写一个带有商店名称的字段,如果谷歌找到该商店,请填写订阅表格(例如:电话号码、地址、徽标等)。
我的问题:这个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简而言之,一些重要的使用条款是:
http://code.google .com/apis/maps/terms.html#section_9_1
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
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.