🌐 AI搜索 & 代理 主页
Skip to content

Add editorial_summary to place atmosphere field dictionary #471

@jloffredo2

Description

@jloffredo2

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.releasedtype: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions