如何处理地点数据而不存储它们?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您绝对可以“存储”当前会话的额外国家/城市信息。这并不是谷歌服务条款试图阻止的。他们只是不希望您将他们的数据永久存储在数据库中。
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.