google.maps.places.PlaceReview interface
Represents a single review of a place.
places
Properties
Type: Array<PlaceAspectRating>
The aspects rated by the review. The ratings on a scale of 0 to 3.
Type: string
The name of the reviewer.
Type: string optional
A URL to the reviewer's profile. This will be undefined when the reviewer's profile is unavailable.
Type: 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'.
Type: string
A URL to the reviwer's profile image.
Type: 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".
Type: string
The text of a review.
Type: number
Timestamp for the review, expressed in seconds since epoch.