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.
As part of a recent feature request that Google completed, a field labeled
editorial_summarywas 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_summaryto the PLACES_DETAIL_FIELDS_ATMOSPHERE dictionary and PLACES_FIND_FIELDS_ATMOSPHERE dictionary. As of now, ifeditorial_summaryis 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.