【发布时间】:2018-10-06 20:33:09
【问题描述】:
在尝试通过邮政编码 (2000) 搜索特定地址时,它不会正确返回预期的格式化地址,但在使用地址 (frederiksberg) 而不是邮政编码搜索时,它会正确返回预期的格式化地址。
https://maps.googleapis.com/maps/api/geocode/json?address=2000&components=country:Denmark&key=apikey
但是对于地址设置为邮政编码(4000)的类似搜索,它会正确返回预期的格式化地址,网址如下。
https://maps.googleapis.com/maps/api/geocode/json?address=4000&components=country:Denmark&key=apikey
请告诉我们为什么它没有返回设置为 2000 的地址的预期格式化地址。
TIA!
【问题讨论】:
-
我也遇到了这个问题。
-
这也是其他邮政编码的问题,即5000
标签: google-maps google-maps-api-3 geocode