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

SearchPlaceIndexForSuggestionsSummary

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

A summary of the request sent by using SearchPlaceIndexForSuggestions.

interface SearchPlaceIndexForSuggestionsSummary {
BiasPosition?: number[] | null;
DataSource: string;
FilterBBox?: number[] | null;
FilterCountries?: string[] | null;
Language?: string | null;
MaxResults?: number | null;
Text: string;
}

§Properties

§
BiasPosition?: number[] | null
[src]

Contains the coordinates for the optional bias position specified in the request.

This parameter contains a pair of numbers. The first number represents the X coordinate, or longitude; the second number represents the Y coordinate, or latitude.

For example, [-123.1174, 49.2847] represents the position with longitude -123.1174 and latitude 49.2847.

§
DataSource: string
[src]

The geospatial data provider attached to the place index resource specified in the request. Values can be one of the following:

  • Esri
  • Here

For more information about data providers, see Amazon Location Service data providers.

§
FilterBBox?: number[] | null
[src]

Contains the coordinates for the optional bounding box specified in the request.

§
FilterCountries?: string[] | null
[src]

Contains the optional country filter specified in the request.

§
Language?: string | null
[src]

The preferred language used to return results. Matches the language in the request. The value is a valid BCP 47 language tag, for example, en for English.

§
MaxResults?: number | null
[src]

Contains the optional result count limit specified in the request.

§
Text: string
[src]

The free-form partial text input specified in the request.