Add editorial_summary
to place atmosphere field dictionary
#471
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
released
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
As part of a recent feature request that Google completed, a field labeled
editorial_summary
was as added to the response to Place Details API endpoint (place()
in this package).To allow Python users to access this field via this API package, please add
editorial_summary
to the PLACES_DETAIL_FIELDS_ATMOSPHERE dictionary and PLACES_FIND_FIELDS_ATMOSPHERE dictionary. As of now, ifeditorial_summary
is listed in the requested fields in theplace()
function, a ValueError is returned.This editorial summary allows users to access the Google Business description for each place, which is helpful to gain more fine grained descriptions about places beyond the standard classification provided by Google.
The text was updated successfully, but these errors were encountered: