Skip to content

Instantly share code, notes, and snippets.

@jeshuaborges
Created July 26, 2013 16:51
Show Gist options
  • Save jeshuaborges/6090414 to your computer and use it in GitHub Desktop.
Save jeshuaborges/6090414 to your computer and use it in GitHub Desktop.
service = new google.maps.places.AutocompleteService();
service.getPlacePredictions({input: 'foo'}, function(predictions) {
console.warn(predictions);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment