"contents": [
{
"role": "user",
"parts": [
{
"text": "What are the best Italian restaurants within a 15-minute walk from here?"
}
]
}
],
"tools": [
{
"googleMaps": {}
}
],
"toolConfig": {
"retrievalConfig": {
"latLng": {
"latitude": 34.050481,
"longitude": -118.248526
}
}
}
}curl --location --request POST 'v1beta/models/gemini-2.5-flash:generateContent' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '"contents": [
{
"role": "user",
"parts": [
{
"text": "What are the best Italian restaurants within a 15-minute walk from here?"
}
]
}
],
"tools": [
{
"googleMaps": {}
}
],
"toolConfig": {
"retrievalConfig": {
"latLng": {
"latitude": 34.050481,
"longitude": -118.248526
}
}
}
}'{}