Skip to content

Commit 9f09ccb

Browse files
authored
feat: add editorial_summary to Place Details atmosphere fields (#472)
1 parent 8826836 commit 9f09ccb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

googlemaps/places.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

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

83-
PLACES_DETAIL_FIELDS_ATMOSPHERE = {"price_level", "rating", "review", "user_ratings_total"}
83+
PLACES_DETAIL_FIELDS_ATMOSPHERE = {"editorial_summary","price_level", "rating", "review", "user_ratings_total"}
8484

8585
PLACES_DETAIL_FIELDS = (
8686
PLACES_DETAIL_FIELDS_BASIC

0 commit comments

Comments
 (0)