Send feedback
GoogleMapsGroundingChunk interface
Stay organized with collections
Save and categorize content based on your preferences.
A grounding chunk from Google Maps.
Important: If using Grounding with Google Maps, you are required to comply with the Service Specific Terms for "Grounding with 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 ;
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-07 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-05-07 UTC."],[],[]]