Package version:

Interface SearchAddressResult

This object is returned from a successful Search calls.

Hierarchy

  • SearchAddressResult

Properties

fuzzyLevel?: number

The maximum fuzzy level required to provide Results.

geoBias?: any

Indication when the internal search engine has applied a geospatial bias to improve the ranking of results.

numberResults: number

Number of results in the response.

query?: string

The query parameter that was used to produce these search results.

queryTime: number

Time spent resolving the query, in milliseconds.

queryType?: string

The type of query being returned: NEARBY or NON_NEAR.

results: Object

A list of Search API results.

skip?: number

The starting offset of the returned Results within the full Result set.

totalResults?: number

The total number of Results found.

Generated using TypeDoc