- Google Autocomplete Places for Norway only? [closed]
- autocomplete = new google.maps.places.Autocomplete(input);
- var defaultBounds = new google.maps.LatLngBounds(
- new google.maps.LatLng(V, W),
- new google.maps.LatLng(X, Y));
- var options = {
- bounds: defaultBounds,
- types: ['establishment']
- };
- autocomplete = new google.maps.places.Autocomplete(input, options);