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

SearchForSuggestionsResult

import type { SearchForSuggestionsResult } from "https://aws-api.deno.dev/v0.3/services/location.ts?docs=full";

Contains a place suggestion resulting from a place suggestion query that is run on a place index resource.

interface SearchForSuggestionsResult {
Text: string;
}

§Properties

§
Text: string
[src]

The text of the place suggestion, typically formatted as an address string.