Google 地点 API - 保存 place_id 并违反条款和条件

Google Places API - saving place_id and violation of terms and conditions

我想构建一个应用程序,根据用户兴趣使用 Google 地点显示用户周围的地点。如前所述 here:

Place IDs are exempt from the caching restrictions stated in Section 10.5.d of the Google Maps APIs Terms of Service. You can therefore store place ID values indefinitely.

那么,我可以将 place_id 保存在云数据库中并对其执行任何分析操作吗?例如;如果我从分析中收集 place_id 添加到每个用户最喜欢的地方 table;我可以知道哪些 place_id 被添加到收藏夹的最多?或者我可以从收集到的 place_id 回复中在应用程序中显示类似 'Trending Places' 的内容吗?

会不会违反terms and conditions?我阅读了整页条款,但找不到答案。

谁能帮帮我?谢谢。

您需要联系 Google 才能获得 100% 的答复。

话虽这么说,但根据我的经验,您所包含的条款似乎正是为您想要做的事情而设计的。

再次重申,如果您仍有顾虑,直接联系 Google 是您应该做的事情。

您可以无限期地存储地点 ID 值。

只是的哪一部分

You can therefore store place ID Values indefinitely.

你还不明白吗?

Indefinitely 需要服务器。

是的,您可以 100% 无限期地存储 place_id 并重复使用它。 参见 Referencing a Place with a Place ID

请注意一件事

A single place ID refers to only one place, but a place can have multiple place IDs

这些条款和条件是不言自明的。除了您的要求,您会在仔细阅读以下 link 后澄清。
根据您的要求,为了防止下次使用用户为节省网络调用而进行的相同查询调用服务是可以接受的

无缓存或存储:

您不会pre-fetch、缓存、索引或存储任何在服务外使用的内容,除非您仅出于提高地图性能的目的而存储有限数量的内容 API 由于网络延迟 实施(而不是为了防止 Google 来自准确跟踪使用情况),并且仅当此类存储
1) 是临时的(在任何情况下都不会超过 30 个日历日)
2) 是安全的
3) 不操纵或聚合内容或服务的任何部分
4) 和 不以任何方式修改属性。

完成这个Section 10.5 Intellectual Property Restrictions. Subsection (B)