slimkrazy / python-google-places

Simple wrapper around the new 'experimental' Google Places API
MIT License
474 stars 167 forks source link

Release 1.4.1 #106

Closed slimkrazy closed 7 years ago

slimkrazy commented 7 years ago

BUGFIX: Pass the API key to the geocode endpoint in order to prevent rate limits being hit too quickly. BUGFIX: (py3) Place.photos - return a list instead of a map (thanks pjdelport!)