GroundingChunkMaps

@Serializable
data class GroundingChunkMaps(val placeAnswerSources: GroundingChunkMapsPlaceAnswerSources? = null, val placeId: String? = null, val text: String? = null, val title: String? = null, val uri: String? = null, val route: GroundingChunkMapsRoute? = null)

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)

Properties

Link copied to clipboard

The sources that were used to generate the place answer.

Link copied to clipboard
val placeId: String? = null

This Place's resource name, in places/{place_id} format.

Link copied to clipboard

Output only. Route information.

Link copied to clipboard
val text: String? = null

The text of the place answer.

Link copied to clipboard
val title: String? = null

The title of the place.

Link copied to clipboard
val uri: String? = null

The URI of the place.