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

GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionStructuredFormat

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

Contains a breakdown of a Place or query prediction into main text and secondary text. For Place predictions, the main text contains the specific name of the Place. For query predictions, the main text contains the query. The secondary text contains additional disambiguating features (such as a city or region) to further identify the Place or refine the query.

interface GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionStructuredFormat {}

§Properties

§

Represents the name of the Place or query.

§

Represents additional disambiguating features (such as a city or region) to further identify the Place or refine the query.