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
"Read more at https://developers.google.com/maps/deprecations."
@@ -402,7 +431,8 @@ def place(
402
431
session_token=None,
403
432
fields=None,
404
433
language=None,
405
-
reviews_sort="most_relevant"
434
+
reviews_no_translations=False,
435
+
reviews_sort="most_relevant",
406
436
):
407
437
"""
408
438
Comprehensive details for an individual place.
@@ -423,6 +453,9 @@ def place(
423
453
:param language: The language in which to return results.
424
454
:type language: string
425
455
456
+
:param reviews_no_translations: Specify reviews_no_translations=True to disable translation of reviews; reviews_no_translations=False (default) enables translation of reviews.
457
+
:type reviews_no_translations: bool
458
+
426
459
:param reviews_sort: The sorting method to use when returning reviews.
0 commit comments