interface Place {
    name?: string;
    place_id?: string;
    review_snippets?: GeminiNextGenAPIClient.Interactions.GoogleMapsResult.Place.ReviewSnippet[];
    url?: string;
}

Properties

name?: string

Title of the place.

place_id?: string

The ID of the place, in places/{place_id} format.

Snippets of reviews that are used to generate answers about the features of a given place in Google Maps.

url?: string

URI reference of the place.