Skip to content

Commit 43fea1a

Browse files
feat: add current_opening_hours and secondary_opening_hours fields (#393)
* feat: add current_opening_hours and secondary_opening_hours fields * chore: update dist folder [skip ci] * fix: make subfield name special_days plural Co-authored-by: googlemaps-bot <googlemaps-bot@google.com>
1 parent 1e204a7 commit 43fea1a

21 files changed

Lines changed: 552 additions & 140 deletions

dist/documentation/parameters/maps_http_parameters_placedetails.html

Lines changed: 5 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/documentation/parameters/maps_http_parameters_placedetails.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,11 @@
2323

2424
**Contact**
2525

26-
The Contact category includes the following fields: `formatted_phone_number`, `international_phone_number`, `opening_hours`, `website`
26+
The Contact category includes the following fields: `current_opening_hours`, `formatted_phone_number`, `international_phone_number`, `opening_hours`, `secondary_opening_hours`, `website`
2727

2828
**Atmosphere**
2929

30-
The Atmosphere category includes the following fields: `curbside_pickup`, `delivery`, `dine_in`, `price_level`, `rating`, `review`, `takeout`, `user_ratings_total`.
31-
32-
<aside class="note"><strong>Note: </strong><code>curbside_pickup</code>, <code>delivery</code>,
33-
<code>dine_in</code>, and <code>takeout</code> are only supported for Place Details requests.
34-
</aside>
30+
The Atmosphere category includes the following fields: `curbside_pickup`, `delivery`, `dine_in`, `editorial_summary`, `price_level`, `rating`, `review`, `takeout`, `user_ratings_total`.
3531

3632
- <h3 class="parameter-name" id="language">language</h3>
3733

dist/documentation/parameters/maps_http_parameters_placefindplacefromtext.html

Lines changed: 5 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/documentation/parameters/maps_http_parameters_placefindplacefromtext.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,11 @@
2727

2828
**Contact**
2929

30-
The Contact category includes the following fields: `formatted_phone_number`, `international_phone_number`, `opening_hours`, `website`
30+
The Contact category includes the following fields: `current_opening_hours`, `formatted_phone_number`, `international_phone_number`, `opening_hours`, `secondary_opening_hours`, `website`
3131

3232
**Atmosphere**
3333

34-
The Atmosphere category includes the following fields: `curbside_pickup`, `delivery`, `dine_in`, `price_level`, `rating`, `review`, `takeout`, `user_ratings_total`.
35-
36-
<aside class="note"><strong>Note: </strong><code>curbside_pickup</code>, <code>delivery</code>,
37-
<code>dine_in</code>, and <code>takeout</code> are only supported for Place Details requests.
38-
</aside>
34+
The Atmosphere category includes the following fields: `curbside_pickup`, `delivery`, `dine_in`, `editorial_summary`, `price_level`, `rating`, `review`, `takeout`, `user_ratings_total`.
3935

4036
- <h3 class="parameter-name" id="language">language</h3>
4137

dist/documentation/schemas/maps_http_schema_place.html

Lines changed: 98 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)