Skip to content

Commit

Permalink
feat: add editorial_summary to Place Details atmosphere fields (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
jloffredo2 committed Jan 24, 2023
1 parent 8826836 commit 9f09ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion googlemaps/places.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

PLACES_DETAIL_FIELDS_CONTACT = {"formatted_phone_number", "international_phone_number", "opening_hours", "website"}

PLACES_DETAIL_FIELDS_ATMOSPHERE = {"price_level", "rating", "review", "user_ratings_total"}
PLACES_DETAIL_FIELDS_ATMOSPHERE = {"editorial_summary","price_level", "rating", "review", "user_ratings_total"}

PLACES_DETAIL_FIELDS = (
PLACES_DETAIL_FIELDS_BASIC
Expand Down

0 comments on commit 9f09ccb

Please sign in to comment.