为什么有些结果显示在 Google 地图中,但没有显示在 Places API 结果中?
好的,当我在 Google 地图上搜索“Dobry”时,我得到以下结果:http://maps.google.de/maps/place?q=dobry&hl=de&cid=15804306880695571087
但是当我尝试从 Places API 检索同一家餐厅时,<一个href="https://maps.googleapis.com/maps/api/place/search/json?location=48.1321091,11.366&radius=500&types=builtment&sensor=false&name=Dobry&key=ABCDEF1234" rel="nofollow">https://maps.googleapis.com/maps/api/place/search/json?location=48.1321091,11.366&radius=500&types=builtment&sensor=false&name=Dobry&key =ABCDEF1234,我得到ZERO_RESULTS
。
我如何检索该机构的id
(不是cid)标签?为什么结果不同?纬度/经度位置应该正确。我做错了什么?
Ok, so when I search for "Dobry" on Google Maps I get this result: http://maps.google.de/maps/place?q=dobry&hl=de&cid=15804306880695571087
But when I try to retrieve that same restaurant from the Places API, https://maps.googleapis.com/maps/api/place/search/json?location=48.1321091,11.366&radius=500&types=establishment&sensor=false&name=Dobry&key=ABCDEF1234, I get ZERO_RESULTS
.
How can I retrieve the id
(not cid) Tag of that establishment? And why do the results differ? The lat/long location should be right. What am I doing wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
搜索框使用查询自动完成端点,它会给出相同的结果结果,使用位置参数来偏置结果
The search box uses the Query Autocomplete endpoint, it will give the same result, use the location parameter to bias the results