We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
type
types
Hi everyone, thanks for the great library ❤️
Just noticed a small bug: According to the Place Details documentation, type is (no longer?) a valid field. Instead, there is now a types field. See: https://developers.google.com/maps/documentation/places/web-service/details#Place-types
This will need to be changed in the list of PLACES_DETAIL_FIELDS_BASIC here:
PLACES_DETAIL_FIELDS_BASIC
google-maps-services-python/googlemaps/places.py
Line 77 in 645e07d
The text was updated successfully, but these errors were encountered:
wangela
Successfully merging a pull request may close this issue.
Hi everyone, thanks for the great library ❤️
Just noticed a small bug: According to the Place Details documentation,
type
is (no longer?) a valid field. Instead, there is now atypes
field. See: https://developers.google.com/maps/documentation/places/web-service/details#Place-typesThis will need to be changed in the list of
PLACES_DETAIL_FIELDS_BASIC
here:google-maps-services-python/googlemaps/places.py
Line 77 in 645e07d
The text was updated successfully, but these errors were encountered: