Skip to content

Releases: slimkrazy/python-google-places

1.4.2

Choose a tag to compare

@slimkrazy slimkrazy released this 29 Oct 12:10
1ddb7aa

BUGFIX: Use .get() for accessing deprecated id field

1.4.1

Choose a tag to compare

@slimkrazy slimkrazy released this 03 Oct 20:05

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!)

1.4.0

Choose a tag to compare

@slimkrazy slimkrazy released this 14 Jan 10:42
  • Added support for next_page_token
  • Default arguments made immutable