Skip to content

Instantly share code, notes, and snippets.

@hehehaha0228
Last active April 30, 2018 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hehehaha0228/b15ff93ed5ba265b950f7ba2ad09bd3d to your computer and use it in GitHub Desktop.
Save hehehaha0228/b15ff93ed5ba265b950f7ba2ad09bd3d to your computer and use it in GitHub Desktop.
python使用Googoe Map API雷達搜尋功能
import googlemaps
google_key = “xxx”
gmaps = googlemaps.Client(key = google_key)
radar_results = gmaps.places_radar(location = (25.034195, 121.564467), radius = 100, type = “cafe”)
print(radar_results)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment