-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.releasedtype: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
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, if editorial_summary is listed in the requested fields in the place() 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.
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.releasedtype: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.