Interface GroundingChunkMapsPlaceAnswerSources

The sources that were used to generate the place answer.

This includes review snippets and photos that were used to generate the answer, as well as URIs to flag content.

interface GroundingChunkMapsPlaceAnswerSources {
    flagContentUri?: string;
    reviewSnippet?: GroundingChunkMapsPlaceAnswerSourcesReviewSnippet[];
    reviewSnippets?: GroundingChunkMapsPlaceAnswerSourcesReviewSnippet[];
}

Properties

flagContentUri?: string

A link where users can flag a problem with the generated answer.

Snippets of reviews that were used to generate the answer.

Snippets of reviews that were used to generate the answer.