邮政编码和地址

时间:2018-08-06 06:29:00

标签: android api google-maps street-address postal-code

如何根据邮政编码获取地址?我应该调用哪个API?我没有从Google Map Platform上找到答案。enter image description here

Geocoder无法获取详细地址

2 个答案:

答案 0 :(得分:0)

答案 1 :(得分:0)

就像其他人指出的那样,在某些情况下,地址和邮政编码之间存在一对一的对应关系,例如在新加坡,您可以使用geocode.xyz在它们之间进行转换:https://geocode.xyz/508260?region=SG

对于美国,您需要一个邮政编码+ 4的邮政编码,例如:https://geocoder.ca/10005-1971?geoit=xml

<standard>
<stnumber>4</stnumber>
<staddress>Wall St</staddress>
<city>New York</city>
<prov>NY</prov>
<postal>10005-1971</postal>
<confidence>0.5</confidence>
</standard>