You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/places_v1.places.html
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -751,6 +751,10 @@ <h3>Method Details</h3>
751
751
},
752
752
],
753
753
"takeout": True or False, # Specifies if the business supports takeout.
754
+
"timeZone": { # Represents a time zone from the [IANA Time Zone Database](https://www.iana.org/time-zones). # IANA Time Zone Database time zone. For example "America/New_York".
755
+
"id": "A String", # IANA Time Zone Database time zone. For example "America/New_York".
756
+
"version": "A String", # Optional. IANA Time Zone Database version number. For example "2019a".
757
+
},
754
758
"types": [ # 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
755
759
"A String",
756
760
],
@@ -1311,6 +1315,10 @@ <h3>Method Details</h3>
1311
1315
},
1312
1316
],
1313
1317
"takeout": True or False, # Specifies if the business supports takeout.
1318
+
"timeZone": { # Represents a time zone from the [IANA Time Zone Database](https://www.iana.org/time-zones). # IANA Time Zone Database time zone. For example "America/New_York".
1319
+
"id": "A String", # IANA Time Zone Database time zone. For example "America/New_York".
1320
+
"version": "A String", # Optional. IANA Time Zone Database version number. For example "2019a".
1321
+
},
1314
1322
"types": [ # 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
1315
1323
"A String",
1316
1324
],
@@ -2001,6 +2009,10 @@ <h3>Method Details</h3>
2001
2009
},
2002
2010
],
2003
2011
"takeout": True or False, # Specifies if the business supports takeout.
2012
+
"timeZone": { # Represents a time zone from the [IANA Time Zone Database](https://www.iana.org/time-zones). # IANA Time Zone Database time zone. For example "America/New_York".
2013
+
"id": "A String", # IANA Time Zone Database time zone. For example "America/New_York".
2014
+
"version": "A String", # Optional. IANA Time Zone Database version number. For example "2019a".
2015
+
},
2004
2016
"types": [ # 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
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/places.v1.json
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -280,7 +280,7 @@
280
280
}
281
281
}
282
282
},
283
-
"revision": "20250223",
283
+
"revision": "20250302",
284
284
"rootUrl": "https://places.googleapis.com/",
285
285
"schemas": {
286
286
"GoogleGeoTypeViewport": {
@@ -1316,6 +1316,10 @@
1316
1316
"description": "Specifies if the business supports takeout.",
1317
1317
"type": "boolean"
1318
1318
},
1319
+
"timeZone": {
1320
+
"$ref": "GoogleTypeTimeZone",
1321
+
"description": "IANA Time Zone Database time zone. For example \"America/New_York\"."
1322
+
},
1319
1323
"types": {
1320
1324
"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",
1321
1325
"items": {
@@ -2322,6 +2326,21 @@
2322
2326
}
2323
2327
},
2324
2328
"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\".",
0 commit comments