如何处理地点数据而不存储它们?

发布于 2025-01-04 22:21:38 字数 196 浏览 0 评论 0原文

Google Maps API TOS 不允许在数据库中存储除地点 ID 或参考之外的任何其他信息。那么,每次需要城市或国家等详细信息时,我们是否应该重新进行 API 查询呢?

例如,如果我使用 API 通过自动完成字段获取用户的当前位置。我只存储 ID 或参考号?我无法存储国家/地区、城市,以便在我的数据库中进行查询以了解来自某个城市或国家/地区的所有用户?

Google Maps API TOS don't allow to store in a database any other information than the ID or Reference of a place. So, should we make a new API query every time we need a detail information such as city or country?

If for example I use the API to get the current location of a user through an autocomplete field. I only store the ID or reference? I can not store the country, the city in order to then make queries in my database to know all users from a city or country?

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

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

发布评论

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

评论(1

撩动你心 2025-01-11 22:21:38

您绝对可以“存储”当前会话的额外国家/城市信息。这并不是谷歌服务条款试图阻止的。他们只是不希望您将他们的数据永久存储在数据库中。

You can definitely "store" the extra country/city information for the current session. That's not what Google's terms of service are trying to prevent. They just don't want you to store their data in a database permanently.

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