Skip to content

Instantly share code, notes, and snippets.

@BlakeWilliams
Created July 10, 2013 21:00
Show Gist options
  • Select an option

  • Save BlakeWilliams/5970290 to your computer and use it in GitHub Desktop.

Select an option

Save BlakeWilliams/5970290 to your computer and use it in GitHub Desktop.
$.ajax({
url: 'https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=-33.8670522,151.1957362&radius=500&types=food&name=harbour&sensor=false&key=AIzaSyCQdt0PINcQqpoZiviY731oUEprhc84yO8&callback=',
type: 'GET',
crossDomain: true,
dataType: 'jsonp',
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment