Skip to content

Commit 5c88fe7

Browse files
feat(places): update the api
#### places:v1 The following keys were added: - schemas.GoogleMapsPlacesV1Place.properties.timeZone.$ref (Total Keys: 1) - schemas.GoogleTypeTimeZone (Total Keys: 4)
1 parent 47b6f3b commit 5c88fe7

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

docs/dyn/places_v1.places.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,10 @@ <h3>Method Details</h3>
751751
},
752752
],
753753
&quot;takeout&quot;: True or False, # Specifies if the business supports takeout.
754+
&quot;timeZone&quot;: { # Represents a time zone from the [IANA Time Zone Database](https://www.iana.org/time-zones). # IANA Time Zone Database time zone. For example &quot;America/New_York&quot;.
755+
&quot;id&quot;: &quot;A String&quot;, # IANA Time Zone Database time zone. For example &quot;America/New_York&quot;.
756+
&quot;version&quot;: &quot;A String&quot;, # Optional. IANA Time Zone Database version number. For example &quot;2019a&quot;.
757+
},
754758
&quot;types&quot;: [ # A set of type tags for this result. For example, &quot;political&quot; and &quot;locality&quot;. For the complete list of possible values, see Table A and Table B at https://developers.google.com/maps/documentation/places/web-service/place-types
755759
&quot;A String&quot;,
756760
],
@@ -1311,6 +1315,10 @@ <h3>Method Details</h3>
13111315
},
13121316
],
13131317
&quot;takeout&quot;: True or False, # Specifies if the business supports takeout.
1318+
&quot;timeZone&quot;: { # Represents a time zone from the [IANA Time Zone Database](https://www.iana.org/time-zones). # IANA Time Zone Database time zone. For example &quot;America/New_York&quot;.
1319+
&quot;id&quot;: &quot;A String&quot;, # IANA Time Zone Database time zone. For example &quot;America/New_York&quot;.
1320+
&quot;version&quot;: &quot;A String&quot;, # Optional. IANA Time Zone Database version number. For example &quot;2019a&quot;.
1321+
},
13141322
&quot;types&quot;: [ # A set of type tags for this result. For example, &quot;political&quot; and &quot;locality&quot;. For the complete list of possible values, see Table A and Table B at https://developers.google.com/maps/documentation/places/web-service/place-types
13151323
&quot;A String&quot;,
13161324
],
@@ -2001,6 +2009,10 @@ <h3>Method Details</h3>
20012009
},
20022010
],
20032011
&quot;takeout&quot;: True or False, # Specifies if the business supports takeout.
2012+
&quot;timeZone&quot;: { # Represents a time zone from the [IANA Time Zone Database](https://www.iana.org/time-zones). # IANA Time Zone Database time zone. For example &quot;America/New_York&quot;.
2013+
&quot;id&quot;: &quot;A String&quot;, # IANA Time Zone Database time zone. For example &quot;America/New_York&quot;.
2014+
&quot;version&quot;: &quot;A String&quot;, # Optional. IANA Time Zone Database version number. For example &quot;2019a&quot;.
2015+
},
20042016
&quot;types&quot;: [ # A set of type tags for this result. For example, &quot;political&quot; and &quot;locality&quot;. For the complete list of possible values, see Table A and Table B at https://developers.google.com/maps/documentation/places/web-service/place-types
20052017
&quot;A String&quot;,
20062018
],

googleapiclient/discovery_cache/documents/places.v1.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
}
281281
}
282282
},
283-
"revision": "20250223",
283+
"revision": "20250302",
284284
"rootUrl": "https://places.googleapis.com/",
285285
"schemas": {
286286
"GoogleGeoTypeViewport": {
@@ -1316,6 +1316,10 @@
13161316
"description": "Specifies if the business supports takeout.",
13171317
"type": "boolean"
13181318
},
1319+
"timeZone": {
1320+
"$ref": "GoogleTypeTimeZone",
1321+
"description": "IANA Time Zone Database time zone. For example \"America/New_York\"."
1322+
},
13191323
"types": {
13201324
"description": "A set of type tags for this result. For example, \"political\" and \"locality\". For the complete list of possible values, see Table A and Table B at https://developers.google.com/maps/documentation/places/web-service/place-types",
13211325
"items": {
@@ -2322,6 +2326,21 @@
23222326
}
23232327
},
23242328
"type": "object"
2329+
},
2330+
"GoogleTypeTimeZone": {
2331+
"description": "Represents a time zone from the [IANA Time Zone Database](https://www.iana.org/time-zones).",
2332+
"id": "GoogleTypeTimeZone",
2333+
"properties": {
2334+
"id": {
2335+
"description": "IANA Time Zone Database time zone. For example \"America/New_York\".",
2336+
"type": "string"
2337+
},
2338+
"version": {
2339+
"description": "Optional. IANA Time Zone Database version number. For example \"2019a\".",
2340+
"type": "string"
2341+
}
2342+
},
2343+
"type": "object"
23252344
}
23262345
},
23272346
"servicePath": "",

0 commit comments

Comments
 (0)