GoogleMapsResult

The result of the Google Maps.

Fields
places[] object (Places)

The places that were found.

widgetContextToken string

Resource name of the Google Maps widget context token.

JSON representation
{
  "places": [
    {
      object (Places)
    }
  ],
  "widgetContextToken": string
}

Places

Fields
placeId string

The id of the place, in places/{placeId} format.

name string

title of the place.

url string

URI reference of the place.

reviewSnippets[] object (ReviewSnippet)

Snippets of reviews that are used to generate answers about the features of a given place in Google Maps.

JSON representation
{
  "placeId": string,
  "name": string,
  "url": string,
  "reviewSnippets": [
    {
      object (ReviewSnippet)
    }
  ]
}