标签: google-maps
我正在使用Google Maps API V3。以下是我设置自动完成的代码:
var options = { componentRestrictions: {country: elmts.rs_country.val()} }; new google.maps.places.Autocomplete(start_address, options);
这很好用。但是,我需要动态更改国家/地区限制。
如何将'componentRestrictions'更改为其他国家?
答案 0 :(得分:4)
请参阅此Google maps api。您可以使用方法setComponentRestrictions
setComponentRestrictions