Skip to content

Commit a96bd11

Browse files
feat(places): update the api
#### places:v1 The following keys were deleted: - schemas.GoogleMapsPlacesV1Review.properties.visitDate.$ref (Total Keys: 1) - schemas.GoogleMapsPlacesV1ReviewVisitDate (Total Keys: 6) The following keys were added: - schemas.GoogleMapsPlacesV1PlaceReviewSummary.properties.reviewsUri.type (Total Keys: 1)
1 parent fd952fa commit a96bd11

File tree

2 files changed

+20
-54
lines changed

2 files changed

+20
-54
lines changed

docs/dyn/places_v1.places.html

Lines changed: 12 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -518,10 +518,10 @@ <h3>Method Details</h3>
518518
&quot;goodForWatchingSports&quot;: True or False, # Place is suitable for watching sports.
519519
&quot;googleMapsLinks&quot;: { # Links to trigger different Google Maps actions. # Links to trigger different Google Maps actions.
520520
&quot;directionsUri&quot;: &quot;A String&quot;, # A link to show the directions to the place. The link only populates the destination location and uses the default travel mode `DRIVE`.
521-
&quot;photosUri&quot;: &quot;A String&quot;, # A link to show photos of this place. This link is currently not supported on Google Maps Mobile and only works on the web version of Google Maps.
521+
&quot;photosUri&quot;: &quot;A String&quot;, # A link to show reviews of this place on Google Maps.
522522
&quot;placeUri&quot;: &quot;A String&quot;, # A link to show this place.
523-
&quot;reviewsUri&quot;: &quot;A String&quot;, # A link to show reviews of this place. This link is currently not supported on Google Maps Mobile and only works on the web version of Google Maps.
524-
&quot;writeAReviewUri&quot;: &quot;A String&quot;, # A link to write a review for this place. This link is currently not supported on Google Maps Mobile and only works on the web version of Google Maps.
523+
&quot;reviewsUri&quot;: &quot;A String&quot;, # A link to show reviews of this place on Google Maps.
524+
&quot;writeAReviewUri&quot;: &quot;A String&quot;, # A link to write a review for this place on Google Maps.
525525
},
526526
&quot;googleMapsUri&quot;: &quot;A String&quot;, # A URL providing more information about this place.
527527
&quot;iconBackgroundColor&quot;: &quot;A String&quot;, # Background color for icon_mask in hex format, e.g. #909CE1.
@@ -732,6 +732,7 @@ <h3>Method Details</h3>
732732
&quot;text&quot;: &quot;A String&quot;, # Localized string in the language corresponding to language_code below.
733733
},
734734
&quot;flagContentUri&quot;: &quot;A String&quot;, # A link where users can flag a problem with the summary.
735+
&quot;reviewsUri&quot;: &quot;A String&quot;, # A link to show reviews of this place on Google Maps.
735736
&quot;text&quot;: { # Localized variant of a text in a particular language. # The summary of user reviews.
736737
&quot;languageCode&quot;: &quot;A String&quot;, # The text&#x27;s BCP-47 language code, such as &quot;en-US&quot; or &quot;sr-Latn&quot;. For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
737738
&quot;text&quot;: &quot;A String&quot;, # Localized string in the language corresponding to language_code below.
@@ -758,10 +759,6 @@ <h3>Method Details</h3>
758759
&quot;languageCode&quot;: &quot;A String&quot;, # The text&#x27;s BCP-47 language code, such as &quot;en-US&quot; or &quot;sr-Latn&quot;. For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
759760
&quot;text&quot;: &quot;A String&quot;, # Localized string in the language corresponding to language_code below.
760761
},
761-
&quot;visitDate&quot;: { # 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-
&quot;month&quot;: 42, # The month the author visited the place, e.g. 4. The value is between 1 and 12.
763-
&quot;year&quot;: 42, # The year the author visited the place, e.g. 2025.
764-
},
765762
},
766763
],
767764
&quot;servesBeer&quot;: True or False, # Specifies if the place serves beer.
@@ -1113,10 +1110,10 @@ <h3>Method Details</h3>
11131110
&quot;goodForWatchingSports&quot;: True or False, # Place is suitable for watching sports.
11141111
&quot;googleMapsLinks&quot;: { # Links to trigger different Google Maps actions. # Links to trigger different Google Maps actions.
11151112
&quot;directionsUri&quot;: &quot;A String&quot;, # A link to show the directions to the place. The link only populates the destination location and uses the default travel mode `DRIVE`.
1116-
&quot;photosUri&quot;: &quot;A String&quot;, # A link to show photos of this place. This link is currently not supported on Google Maps Mobile and only works on the web version of Google Maps.
1113+
&quot;photosUri&quot;: &quot;A String&quot;, # A link to show reviews of this place on Google Maps.
11171114
&quot;placeUri&quot;: &quot;A String&quot;, # A link to show this place.
1118-
&quot;reviewsUri&quot;: &quot;A String&quot;, # A link to show reviews of this place. This link is currently not supported on Google Maps Mobile and only works on the web version of Google Maps.
1119-
&quot;writeAReviewUri&quot;: &quot;A String&quot;, # A link to write a review for this place. This link is currently not supported on Google Maps Mobile and only works on the web version of Google Maps.
1115+
&quot;reviewsUri&quot;: &quot;A String&quot;, # A link to show reviews of this place on Google Maps.
1116+
&quot;writeAReviewUri&quot;: &quot;A String&quot;, # A link to write a review for this place on Google Maps.
11201117
},
11211118
&quot;googleMapsUri&quot;: &quot;A String&quot;, # A URL providing more information about this place.
11221119
&quot;iconBackgroundColor&quot;: &quot;A String&quot;, # Background color for icon_mask in hex format, e.g. #909CE1.
@@ -1327,6 +1324,7 @@ <h3>Method Details</h3>
13271324
&quot;text&quot;: &quot;A String&quot;, # Localized string in the language corresponding to language_code below.
13281325
},
13291326
&quot;flagContentUri&quot;: &quot;A String&quot;, # A link where users can flag a problem with the summary.
1327+
&quot;reviewsUri&quot;: &quot;A String&quot;, # A link to show reviews of this place on Google Maps.
13301328
&quot;text&quot;: { # Localized variant of a text in a particular language. # The summary of user reviews.
13311329
&quot;languageCode&quot;: &quot;A String&quot;, # The text&#x27;s BCP-47 language code, such as &quot;en-US&quot; or &quot;sr-Latn&quot;. For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
13321330
&quot;text&quot;: &quot;A String&quot;, # Localized string in the language corresponding to language_code below.
@@ -1353,10 +1351,6 @@ <h3>Method Details</h3>
13531351
&quot;languageCode&quot;: &quot;A String&quot;, # The text&#x27;s BCP-47 language code, such as &quot;en-US&quot; or &quot;sr-Latn&quot;. For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
13541352
&quot;text&quot;: &quot;A String&quot;, # Localized string in the language corresponding to language_code below.
13551353
},
1356-
&quot;visitDate&quot;: { # 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-
&quot;month&quot;: 42, # The month the author visited the place, e.g. 4. The value is between 1 and 12.
1358-
&quot;year&quot;: 42, # The year the author visited the place, e.g. 2025.
1359-
},
13601354
},
13611355
],
13621356
&quot;servesBeer&quot;: True or False, # Specifies if the place serves beer.
@@ -1543,10 +1537,6 @@ <h3>Method Details</h3>
15431537
&quot;languageCode&quot;: &quot;A String&quot;, # The text&#x27;s BCP-47 language code, such as &quot;en-US&quot; or &quot;sr-Latn&quot;. For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
15441538
&quot;text&quot;: &quot;A String&quot;, # Localized string in the language corresponding to language_code below.
15451539
},
1546-
&quot;visitDate&quot;: { # 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-
&quot;month&quot;: 42, # The month the author visited the place, e.g. 4. The value is between 1 and 12.
1548-
&quot;year&quot;: 42, # The year the author visited the place, e.g. 2025.
1549-
},
15501540
},
15511541
},
15521542
},
@@ -1588,10 +1578,6 @@ <h3>Method Details</h3>
15881578
&quot;languageCode&quot;: &quot;A String&quot;, # The text&#x27;s BCP-47 language code, such as &quot;en-US&quot; or &quot;sr-Latn&quot;. For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
15891579
&quot;text&quot;: &quot;A String&quot;, # Localized string in the language corresponding to language_code below.
15901580
},
1591-
&quot;visitDate&quot;: { # 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-
&quot;month&quot;: 42, # The month the author visited the place, e.g. 4. The value is between 1 and 12.
1593-
&quot;year&quot;: 42, # The year the author visited the place, e.g. 2025.
1594-
},
15951581
},
15961582
],
15971583
},
@@ -1846,10 +1832,10 @@ <h3>Method Details</h3>
18461832
&quot;goodForWatchingSports&quot;: True or False, # Place is suitable for watching sports.
18471833
&quot;googleMapsLinks&quot;: { # Links to trigger different Google Maps actions. # Links to trigger different Google Maps actions.
18481834
&quot;directionsUri&quot;: &quot;A String&quot;, # A link to show the directions to the place. The link only populates the destination location and uses the default travel mode `DRIVE`.
1849-
&quot;photosUri&quot;: &quot;A String&quot;, # A link to show photos of this place. This link is currently not supported on Google Maps Mobile and only works on the web version of Google Maps.
1835+
&quot;photosUri&quot;: &quot;A String&quot;, # A link to show reviews of this place on Google Maps.
18501836
&quot;placeUri&quot;: &quot;A String&quot;, # A link to show this place.
1851-
&quot;reviewsUri&quot;: &quot;A String&quot;, # A link to show reviews of this place. This link is currently not supported on Google Maps Mobile and only works on the web version of Google Maps.
1852-
&quot;writeAReviewUri&quot;: &quot;A String&quot;, # A link to write a review for this place. This link is currently not supported on Google Maps Mobile and only works on the web version of Google Maps.
1837+
&quot;reviewsUri&quot;: &quot;A String&quot;, # A link to show reviews of this place on Google Maps.
1838+
&quot;writeAReviewUri&quot;: &quot;A String&quot;, # A link to write a review for this place on Google Maps.
18531839
},
18541840
&quot;googleMapsUri&quot;: &quot;A String&quot;, # A URL providing more information about this place.
18551841
&quot;iconBackgroundColor&quot;: &quot;A String&quot;, # Background color for icon_mask in hex format, e.g. #909CE1.
@@ -2060,6 +2046,7 @@ <h3>Method Details</h3>
20602046
&quot;text&quot;: &quot;A String&quot;, # Localized string in the language corresponding to language_code below.
20612047
},
20622048
&quot;flagContentUri&quot;: &quot;A String&quot;, # A link where users can flag a problem with the summary.
2049+
&quot;reviewsUri&quot;: &quot;A String&quot;, # A link to show reviews of this place on Google Maps.
20632050
&quot;text&quot;: { # Localized variant of a text in a particular language. # The summary of user reviews.
20642051
&quot;languageCode&quot;: &quot;A String&quot;, # The text&#x27;s BCP-47 language code, such as &quot;en-US&quot; or &quot;sr-Latn&quot;. For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
20652052
&quot;text&quot;: &quot;A String&quot;, # Localized string in the language corresponding to language_code below.
@@ -2086,10 +2073,6 @@ <h3>Method Details</h3>
20862073
&quot;languageCode&quot;: &quot;A String&quot;, # The text&#x27;s BCP-47 language code, such as &quot;en-US&quot; or &quot;sr-Latn&quot;. For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
20872074
&quot;text&quot;: &quot;A String&quot;, # Localized string in the language corresponding to language_code below.
20882075
},
2089-
&quot;visitDate&quot;: { # 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-
&quot;month&quot;: 42, # The month the author visited the place, e.g. 4. The value is between 1 and 12.
2091-
&quot;year&quot;: 42, # The year the author visited the place, e.g. 2025.
2092-
},
20932076
},
20942077
],
20952078
&quot;servesBeer&quot;: True or False, # Specifies if the place serves beer.

googleapiclient/discovery_cache/documents/places.v1.json

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
}
281281
}
282282
},
283-
"revision": "20250429",
283+
"revision": "20250506",
284284
"rootUrl": "https://places.googleapis.com/",
285285
"schemas": {
286286
"GoogleGeoTypeViewport": {
@@ -1497,19 +1497,19 @@
14971497
"type": "string"
14981498
},
14991499
"photosUri": {
1500-
"description": "A link to show photos of this place. This link is currently not supported on Google Maps Mobile and only works on the web version of Google Maps.",
1500+
"description": "A link to show reviews of this place on Google Maps.",
15011501
"type": "string"
15021502
},
15031503
"placeUri": {
15041504
"description": "A link to show this place.",
15051505
"type": "string"
15061506
},
15071507
"reviewsUri": {
1508-
"description": "A link to show reviews of this place. This link is currently not supported on Google Maps Mobile and only works on the web version of Google Maps.",
1508+
"description": "A link to show reviews of this place on Google Maps.",
15091509
"type": "string"
15101510
},
15111511
"writeAReviewUri": {
1512-
"description": "A link to write a review for this place. This link is currently not supported on Google Maps Mobile and only works on the web version of Google Maps.",
1512+
"description": "A link to write a review for this place on Google Maps.",
15131513
"type": "string"
15141514
}
15151515
},
@@ -1757,6 +1757,10 @@
17571757
"description": "A link where users can flag a problem with the summary.",
17581758
"type": "string"
17591759
},
1760+
"reviewsUri": {
1761+
"description": "A link to show reviews of this place on Google Maps.",
1762+
"type": "string"
1763+
},
17601764
"text": {
17611765
"$ref": "GoogleTypeLocalizedText",
17621766
"description": "The summary of user reviews."
@@ -1846,27 +1850,6 @@
18461850
"text": {
18471851
"$ref": "GoogleTypeLocalizedText",
18481852
"description": "The localized text of the review."
1849-
},
1850-
"visitDate": {
1851-
"$ref": "GoogleMapsPlacesV1ReviewVisitDate",
1852-
"description": "The date when the author visited the place. This is trucated to month."
1853-
}
1854-
},
1855-
"type": "object"
1856-
},
1857-
"GoogleMapsPlacesV1ReviewVisitDate": {
1858-
"description": "The date when the author visited the place. This is trucated to month.",
1859-
"id": "GoogleMapsPlacesV1ReviewVisitDate",
1860-
"properties": {
1861-
"month": {
1862-
"description": "The month the author visited the place, e.g. 4. The value is between 1 and 12.",
1863-
"format": "int32",
1864-
"type": "integer"
1865-
},
1866-
"year": {
1867-
"description": "The year the author visited the place, e.g. 2025.",
1868-
"format": "int32",
1869-
"type": "integer"
18701853
}
18711854
},
18721855
"type": "object"

0 commit comments

Comments
 (0)