Example request
Places are intent-detected. Send a prompt that expresses location intent (for example, looking for restaurants, attractions, or businesses in a place). No flag is required.places array documented below.
Overview
Inline place cards extracted from the response when AI Mode detects location intent. Places appear in the order Google AI Mode ranks them in the answer; array index0 is the top result.

For GPS-enriched location data with latitude and longitude coordinates, see map.
places and map may both appear in the same response.Place structure
| Field | Type | Description |
|---|---|---|
title | string | Place name |
link | string | Google viewer URL for the place |
placeId | string | Google Places ID |
index | integer | Position index of the place in the results |
thumbnail | string | Place thumbnail image URL |
rating | number | Star rating (0-5) |
reviews | integer | Number of reviews |
type | string | Place type or category |
priceLevel | string | Price level indicator (e.g., ”$”, ”$$”, ”$$$“) |
address | string | Full address |
status | string | Operating status (e.g., “Open now”) |