问题描述
在Google地方信息中,每个地方都有一个特定的placeId.我们存储该placeId并根据需要使用它来检索有关该位置的信息.为了使这种方法起作用,我们需要确认:
In Google Places, each place has a specific placeId. We store this placeId and use it to retrieve information about the place as needed. For this approach to work, we need to confirm:
- 每个placeId都是唯一的吗?
- Google会重用placeId吗?
- Google曾经从地点数据库中删除一个地点吗?
- 如果他们不删除某个地方,是否只是将其标记为永久关闭"?
在此先感谢您提供所有帮助!
Thanks in advance for any/all help!
推荐答案
-
是的,每个地方都有唯一的ID.
Yes, each place has a unique ID.
没有Google不会重复使用ID.对于这个世界上的每个地方,google都有其唯一的ID.
No google do not re-use IDs. For each place in this world google have unique id for it.
- 如果您搜索已删除的地方,则会得到"INVALID_REQUEST"
有关更多信息,这是Google的一条小通知:
Also for more info, here is a small notice from Google:
我希望我回答了您的问题,需要更多帮助,请发表评论,我会答复.参考:
I hope I answered your questions, for more help, kindly comment, I'll reply. Reference:
https://developers.google.com/places/documentation/search
这篇关于Google是否从其API中删除了某个地点或重复使用了placeId?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!