Encapsulates a snippet of a user review that answers a question about the features of a specific place in Google Maps.

interface ReviewSnippet {
    review_id?: string;
    title?: string;
    url?: string;
}

Properties

review_id?: string

The ID of the review snippet.

title?: string

Title of the review.

url?: string

A link that corresponds to the user review on Google Maps.