These days, most people use the Internet and one or [...]
Implementing Data Security Measures to Protect your Personal Informationffpadmin2019-05-03T04:49:20+00:00
function initialize() {
var options = {
componentRestrictions: {country: 'au'}
};
var input = document.getElementById('searchTextField');
var autocomplete = new google.maps.places.Autocomplete(input, options);
}
google.maps.event.addDomListener(window, 'load', initialize);