Options
All
  • Public
  • Public/Protected
  • All
Menu

Available only in the v=beta channel: https://goo.gle/3oAthT3.

Access by calling const {Review} = await google.maps.importLibrary("places"). See https://developers.google.com/maps/documentation/javascript/libraries.

Hierarchy

  • Review

Index

Constructors

Properties

authorAttribution: null | AuthorAttribution

The reviewer.

publishTime: null | Date
rating: null | number

The rating of this review, a number between 1.0 and 5.0 (inclusive).

relativePublishTimeDescription: null | string

A string of formatted recent time, expressing the review time relative to the current time in a form appropriate for the language and country. For example `"a month ago"'.

text: null | string

The text of a review.

textLanguageCode: null | string

An IETF language code indicating the language in which this review is written. Note that this code includes only the main language tag without any secondary tag indicating country or region. For example, all the English reviews are tagged as 'en' rather than 'en-AU' or 'en-UK'.

Generated using TypeDoc