地图自动填充:按城市,村庄限制

时间:2014-10-13 22:00:04

标签: javascript google-maps maps

当我将自动完成限制在城市时,村庄也消失了。

知道如何解决这个问题吗?

var options = {
      types: ['(cities)'],
     componentRestrictions: {country: "be"}
    };

例如:Lesdain,brunehaut

1 个答案:

答案 0 :(得分:0)

var options = {
      types: ['(regions)'],
     componentRestrictions: {country: "be"}
    };

https://developers.google.com/places/documentation/autocomplete#place_types

不可能只限于城市和村庄