SearchAddressResult Class

Definition

This object is returned from a successful Search calls.

public class SearchAddressResult
type SearchAddressResult = class
Public Class SearchAddressResult
Inheritance
SearchAddressResult
Derived

Properties

FuzzyLevel

The maximum fuzzy level required to provide Results.

GeoBias

Indication when the internal search engine has applied a geospatial bias to improve the ranking of results. In some methods, this can be affected by setting the lat and lon parameters where available. In other cases it is purely internal.

NumResults

Number of results in the response.

Query

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

QueryTime

Time spent resolving the query, in milliseconds.

QueryType

The type of query being returned: NEARBY or NON_NEAR.

Results

A list of Search API results.

Skip

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

Top

Maximum number of responses that will be returned.

TotalResults

The total number of Results found.

Applies to