ios - 在 iOS 上,如果我使用他们的地点自动完成查询,我是否必须显示 google Logo

标签 ios google-maps autocomplete

在我的应用程序中,我使用 google's autocomplete query .我是否必须在某处显示“由 Google 提供支持” Logo ?是不是有限制?

更新

我只是解释一下我是如何使用它的。我有一个注册表单,并且有多个字段用于地址第一行、第二行、城市、州、邮政编码。

当用户开始在“地址第一行”文本字段中输入地址时,我会显示一个包含建议的下拉列表/表格 View 。当用户选择其中之一时,我会填充其余字段,例如城市、州、邮政编码。

问题:

  1. 我必须显示 Logo 吗

  2. 如果是,在哪里显示 Logo

最佳答案

据他们说,yes you do :

When displaying data from the Google Places API for iOS, such as autocomplete results or place name and address, there are some attribution and Google logo requirements you must comply with.

The attribution and logo requirements fall into the following categories:

  • A Google map, if a map is displayed.
  • The 'Powered by Google' attribution.
  • Attributions for content supplied by third parties.

强调我的。 More specifically :

If your application displays Places API data on a page or view without a Google Map, you must show a 'Powered by Google' image with that data.

关于ios - 在 iOS 上,如果我使用他们的地点自动完成查询,我是否必须显示 google Logo ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35564627/

相关文章:

jquery - Django、jQuery 和自动完成

java - Intellij 中构造函数的自动填充 stub 参数

Maven 的 Bash 完成转义冒号

iOS : Why can't I get mapkit to display a custom annotation pin image?

ios - 更改图像 objective-c 中的颜色

ios - Xamarin iOS 7 - TableHeader 添加到 DialogViewController

java - 如何创建实时位置共享安卓应用

javascript - 单击另一个标记时,Google map 会关闭之前的信息窗口

android - 使用 Phonegap 进行网页抓取

php - 通过谷歌地图获取我当前位置半径 10 公里以内的所有位置的经纬度(使用 PHP)