GoogleMaps

data class GoogleMaps(val enableWidget: Boolean? = null)

Tool to retrieve knowledge from Google Maps.

Constructors

Link copied to clipboard
constructor(enableWidget: Boolean? = null)

Properties

Link copied to clipboard
val enableWidget: Boolean? = null

Optional. Whether to return a widget context token in the GroundingMetadata of the response. Developers can use the widget context token to render a Google Maps widget with geospatial context related to the places that the model references in the response.