Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect to Google Places API #5

Open
SMJ289 opened this issue Oct 14, 2020 · 0 comments
Open

Connect to Google Places API #5

SMJ289 opened this issue Oct 14, 2020 · 0 comments
Labels
Milestone

Comments

@SMJ289
Copy link
Collaborator

SMJ289 commented Oct 14, 2020

Create a GooglePlaces class that connects to the Google Places API.

https://developers.google.com/places/web-service/search

Pass in these parameters:

  • location: 39.7392,-104.9903 (the lat and long of Denver)
  • radius: 33000 (20 miles in meters)
  • type: cafe
  • key: our secure JavaWorld API key (ask @SMJ289)

Here is the complete GET request:
https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=39.7392,-104.9903&radius=33000&type=cafe&key=YOUR_API_KEY

@SMJ289 SMJ289 added this to the Epoch #1 milestone Oct 14, 2020
@SMJ289 SMJ289 mentioned this issue Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant