GoogleMapsGroundingChunk interface

A grounding chunk from Google Maps.

Signature:

export interface GoogleMapsGroundingChunk 

Properties

Property Type Description
placeId string This Place's resource name, in places/{place_id} format. This can be used to look up the place in the Google Maps API.
text string The text of the place answer.
title string The title of the place.
uri string The URI of the place.

GoogleMapsGroundingChunk.placeId

This Place's resource name, in places/{place_id} format. This can be used to look up the place in the Google Maps API.

Signature:

placeId?: string;

GoogleMapsGroundingChunk.text

The text of the place answer.

Signature:

text?: string;

GoogleMapsGroundingChunk.title

The title of the place.

Signature:

title?: string;

GoogleMapsGroundingChunk.uri

The URI of the place.

Signature:

uri?: string;