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
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -758,6 +758,10 @@ <h3>Method Details</h3>
758
758
"languageCode": "A String", # The text's BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
759
759
"text": "A String", # Localized string in the language corresponding to language_code below.
760
760
},
761
+
"visitDate": { # The date when the author visited the place. This is trucated to month. # The date when the author visited the place. This is trucated to month.
762
+
"month": 42, # The month the author visited the place, e.g. 4. The value is between 1 and 12.
763
+
"year": 42, # The year the author visited the place, e.g. 2025.
764
+
},
761
765
},
762
766
],
763
767
"servesBeer": True or False, # Specifies if the place serves beer.
@@ -1349,6 +1353,10 @@ <h3>Method Details</h3>
1349
1353
"languageCode": "A String", # The text's BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
1350
1354
"text": "A String", # Localized string in the language corresponding to language_code below.
1351
1355
},
1356
+
"visitDate": { # The date when the author visited the place. This is trucated to month. # The date when the author visited the place. This is trucated to month.
1357
+
"month": 42, # The month the author visited the place, e.g. 4. The value is between 1 and 12.
1358
+
"year": 42, # The year the author visited the place, e.g. 2025.
1359
+
},
1352
1360
},
1353
1361
],
1354
1362
"servesBeer": True or False, # Specifies if the place serves beer.
@@ -1535,6 +1543,10 @@ <h3>Method Details</h3>
1535
1543
"languageCode": "A String", # The text's BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
1536
1544
"text": "A String", # Localized string in the language corresponding to language_code below.
1537
1545
},
1546
+
"visitDate": { # The date when the author visited the place. This is trucated to month. # The date when the author visited the place. This is trucated to month.
1547
+
"month": 42, # The month the author visited the place, e.g. 4. The value is between 1 and 12.
1548
+
"year": 42, # The year the author visited the place, e.g. 2025.
1549
+
},
1538
1550
},
1539
1551
},
1540
1552
},
@@ -1576,6 +1588,10 @@ <h3>Method Details</h3>
1576
1588
"languageCode": "A String", # The text's BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
1577
1589
"text": "A String", # Localized string in the language corresponding to language_code below.
1578
1590
},
1591
+
"visitDate": { # The date when the author visited the place. This is trucated to month. # The date when the author visited the place. This is trucated to month.
1592
+
"month": 42, # The month the author visited the place, e.g. 4. The value is between 1 and 12.
1593
+
"year": 42, # The year the author visited the place, e.g. 2025.
1594
+
},
1579
1595
},
1580
1596
],
1581
1597
},
@@ -2070,6 +2086,10 @@ <h3>Method Details</h3>
2070
2086
"languageCode": "A String", # The text's BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
2071
2087
"text": "A String", # Localized string in the language corresponding to language_code below.
2072
2088
},
2089
+
"visitDate": { # The date when the author visited the place. This is trucated to month. # The date when the author visited the place. This is trucated to month.
2090
+
"month": 42, # The month the author visited the place, e.g. 4. The value is between 1 and 12.
2091
+
"year": 42, # The year the author visited the place, e.g. 2025.
2092
+
},
2073
2093
},
2074
2094
],
2075
2095
"servesBeer": True or False, # Specifies if the place serves beer.
0 commit comments