如何根据邮政编码获取地址?我应该调用哪个API?我没有从Google Map Platform上找到答案。
Geocoder无法获取详细地址
答案 0 :(得分:0)
尝试使用此d
获取基于 pincode 的地址。
http://maps.googleapis.com/maps/api/geocode/json?components=postal_code:90210&sensor=false
答案 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>