Interface GroundingChunkMaps

Chunk from Google Maps.

interface GroundingChunkMaps {
    placeAnswerSources?: GroundingChunkMapsPlaceAnswerSources;
    placeId?: string;
    text?: string;
    title?: string;
    uri?: string;
}

Properties

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

placeId?: string

This Place's resource name, in places/{place_id} format. Can be used to look up the Place.

text?: string

Text of the chunk.

title?: string

Title of the chunk.

uri?: string

URI reference of the chunk.