Google中的更改选项会自动填充

时间:2013-09-08 08:01:48

标签: google-maps

我正在使用Google Maps API V3。以下是我设置自动完成的代码:

var options = {
        componentRestrictions: {country: elmts.rs_country.val()}
 };
new google.maps.places.Autocomplete(start_address, options);

这很好用。但是,我需要动态更改国家/地区限制。

如何将'componentRestrictions'更改为其他国家?

1 个答案:

答案 0 :(得分:4)

请参阅此Google maps api。您可以使用方法setComponentRestrictions