Skip to content

Commit cfcb976

Browse files
authored
feat: Adds reference docs for new Places atmosphere fields. (#369)
1 parent 7c07706 commit cfcb976

13 files changed

Lines changed: 209 additions & 71 deletions

dist/documentation/parameters/maps_http_parameters_placeautocomplete.html

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

dist/documentation/parameters/maps_http_parameters_placeautocomplete.md

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

2727
- <h3 class="parameter-name" id="location">location</h3>
2828

29-
The point around which to retrieve place information. This must be specified as `latitude,longitude`.
29+
The point around which to retrieve place information. This must be specified as `latitude,longitude`. The `radius` parameter must also be provided when specifying a location. If `radius` is not provided, the `location` parameter is ignored.
3030

3131
<div class="note">When using the Text Search API, the `location` parameter may be overriden if the `query` contains an explicit location such as `Market in Barcelona`.</div>
3232

dist/documentation/parameters/maps_http_parameters_placedetails.html

Lines changed: 7 additions & 1 deletion
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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@
2727

2828
**Atmosphere**
2929

30-
The Atmosphere category includes the following fields: `price_level`, `rating`, `review`, `user_ratings_total`.
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>
3135

3236
- <h3 class="parameter-name" id="language">language</h3>
3337

dist/documentation/parameters/maps_http_parameters_placefindplacefromtext.html

Lines changed: 7 additions & 1 deletion
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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@
3131

3232
**Atmosphere**
3333

34-
The Atmosphere category includes the following fields: `price_level`, `rating`, `review`, `user_ratings_total`.
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>
3539

3640
- <h3 class="parameter-name" id="language">language</h3>
3741

dist/documentation/schemas/maps_http_schema_place.html

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

0 commit comments

Comments
 (0)