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

SearchPlaceIndexForPositionSummary

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

A summary of the request sent by using SearchPlaceIndexForPosition.

interface SearchPlaceIndexForPositionSummary {
DataSource: string;
Language?: string | null;
MaxResults?: number | null;
Position: number[];
}

§Properties

§
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.

§
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 that is specified in the request.

Default value: 50

§
Position: number[]
[src]

The position specified in the request.