使用“利物浦”时,Google 地图地理编码 api 不返回任何结果搜索词
我们使用地理编码 api 来检索结果列表,其中包含地址组件和几何图形(该地址的坐标)。每当我们使用“liverpool”(也可以使用一个或多个大写字母)作为搜索词时,我们都会收到一个空的结果列表,其中应该包含上面的详细信息,并填充适当的数据。如果我们插入另一个相关术语、后缀或带有“liverpool”的前缀,则结果列表不再为空。此外,将“利物浦”替换为任何其他城市/邮政编码都可以完美运行(例如“伦敦”)。 请求:maps.googleapis.com/maps/api/geocode/json?address=liverpool®ion=gb&key={}
响应:{ “结果”: [], “状态”:“ZERO_RESULTS” }
知道地理编码或此特定地址是否有问题吗?
We are using the geocode api in order to retrieve a list of results, containing address components and geometry (coordinates of that address). Whenever we are using ‘liverpool’(could also be with one or more capital letters) as a search term, we are receiving an empty result list, where it should have contained the details from above, filled with appropriate data. If we are inserting another relevant term, suffix or prefix with ‘liverpool’ then the result list is no longer empty. Also, replacing ‘liverpool’ with any other city/postcode would work perfectly (e.g 'london').
Request: maps.googleapis.com/maps/api/geocode/json?address=liverpool®ion=gb&key={}
Response: {
"results": [],
"status": "ZERO_RESULTS"
}
Any idea if it's something wrong with the geocode or with this specific address ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论