0
它可以過濾自動完成的地方(api v3)搜索街道只有一個特定的郵政編碼或城市?過濾google api來搜索特定城市的地理編碼
現在我的配置如下
var options = {
componentRestrictions: {country: "it"},
types: ['geocode']
};
var input = document.getElementById('searchTextField');
var autocomplete = new google.maps.places.Autocomplete(input,options);
現在只能按國家過濾「它」,我會搜索所有的街道都是它,格里亞(市),84091(郵政編碼)
在此先感謝
感謝您的回覆! 可以添加一些字符串到 var input = document.getElementById('searchTextField'); 在處理之前? – user1502457
當然,+ sting或var通常的js方式 – 2012-07-05 00:01:24