Skip to content

Latest commit

 

History

History
62 lines (32 loc) · 1.58 KB

PlaceReview.md

File metadata and controls

62 lines (32 loc) · 1.58 KB

See html formatted version

PlaceReview interface

google.maps.places.PlaceReview interface

Represents a single review of a place.

Library

places

Properties

undefined

Type:  Array<PlaceAspectRating>

The aspects rated by the review. The ratings on a scale of 0 to 3.

undefined

Type:  string

The name of the reviewer.

undefined

Type:  string optional

A URL to the reviewer's profile. This will be undefined when the reviewer's profile is unavailable.

undefined

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'.

undefined

Type:  string

A URL to the reviwer's profile image.

undefined

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".

undefined

Type:  string

The text of a review.

undefined

Type:  number

Timestamp for the review, expressed in seconds since epoch.