gpt4 book ai didi

javascript - 在 google api v3 中使用地理自动完成获取邮政编码

转载 作者:行者123 更新时间:2023-11-30 08:57:28 27 4
gpt4 key购买 nike

这是我使用的代码:https://google-developers.appspot.com/maps/documentation/javascript/examples/places-autocomplete

当我在地理自动完成文本字段中选择一个地址时,我希望相应的邮政编码出现在另一个文本字段中,这可能吗?如果有人可以帮助我找到解决方案,我会很高兴。

经过一些研究,我发现了这个:

var zip = address[address.length - 1].long_name = results[0].address_components;

但我对如何使用此代码获取邮政编码感到困惑?

谢谢!

最佳答案

在我看来是这样的:

  1. 该响应中不一定总是有邮政编码。
  2. 如果有,获得它的最佳方法是搜索结果的 address_components 以查找类型为“postal_code”的地址并使用它,例如 this example

关于javascript - 在 google api v3 中使用地理自动完成获取邮政编码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12236857/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com