Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 2nd, 2012  |  syntax: None  |  size: 0.37 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Google Autocomplete Places for Norway only? [closed]
  2. autocomplete = new google.maps.places.Autocomplete(input);
  3.        
  4. var defaultBounds = new google.maps.LatLngBounds(
  5.   new google.maps.LatLng(V, W),
  6.   new google.maps.LatLng(X, Y));
  7.  
  8. var options = {
  9.   bounds: defaultBounds,
  10.   types: ['establishment']
  11. };
  12.  
  13. autocomplete = new google.maps.places.Autocomplete(input, options);