Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleMapsPlacesV1SearchTextResponse

import type { GoogleMapsPlacesV1SearchTextResponse } from "https://googleapis.deno.dev/v1/places:v1.ts";

Response proto for SearchText.

interface GoogleMapsPlacesV1SearchTextResponse {
contextualContents?: GoogleMapsPlacesV1ContextualContent[];
nextPageToken?: string;
}

§Properties

§

Experimental: See https://developers.google.com/maps/documentation/places/web-service/experimental/places-generative for more details. A list of contextual contents where each entry associates to the corresponding place in the same index in the places field. The contents that are relevant to the text_query in the request are preferred. If the contextual content is not available for one of the places, it will return non-contextual content. It will be empty only when the content is unavailable for this place. This list should have as many entries as the list of places if requested.

§
nextPageToken?: string
[src]

A token that can be sent as page_token to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

§

A list of places that meet the user's text search criteria.