Grounding Chunk Maps
@Serializable
A Maps chunk is a piece of evidence that comes from Google Maps.
It contains information about a place, such as its name, address, and reviews. This is used to provide the user with rich, location-based information.
Constructors
Link copied to clipboard
constructor(placeAnswerSources: GroundingChunkMapsPlaceAnswerSources? = null, placeId: String? = null, text: String? = null, title: String? = null, uri: String? = null, route: GroundingChunkMapsRoute? = null)