Google自动地址:房屋名称属性

时间:2018-09-15 16:17:24

标签: jquery-ui

我希望有人能帮忙吗?我找不到如何使用Google Address AutoComplete返回房屋名称的方法。 street_number属性仅返回门牌号。

以下是几个示例地址:

  • 英国埃尔金桥街的红木小屋
  • 英国沃金厄姆,温纳什农庄,

我希望在这些示例中,有人能够为Redwood Cottage和Farm House找到正确的属性。

street_number: 'long_name',
route: 'long_name',
locality: 'long_name',

这是我到目前为止在英国地址中拥有的属性,我希望这些属性对某人有用:

    mapping = {
        'country_id': '{{country.short_name}}',
        'street1': '{{street_number.short_name}} {{route.long_name}}',
        'street2': '{{locality.long_name}}',
        'city': '{{postal_town.long_name}}',
        'postcode': '{{postal_code.short_name}}',
        'region': 'administrative_area_level_2.long_name',
        'region_id': '',
        'region_code': '{{administrative_area_level_1.short_name}}'
    };

0 个答案:

没有答案