SearchGetGeocodingDefaultResponse interface

Geocoding

Applies to: see pricing tiers.

In many cases, the complete search service might be too much, for instance if you are only interested in traditional geocoding. Search can also be accessed for address look up exclusively. The geocoding is performed by hitting the geocoding endpoint with just the address or partial address in question. The geocoding search index will be queried for everything above the street level data. No Point of Interest (POIs) will be returned. Note that the geocoder is very tolerant of typos and incomplete addresses. It will also handle everything from exact street addresses or street or intersections as well as higher level geographies such as city centers, counties, states etc.

Extends

Properties

body
status

Inherited Properties

headers

The HTTP response headers.

request

The request that generated this response.

Property Details

body

body: ErrorResponseOutput

Property Value

status

status: string

Property Value

string

Inherited Property Details

headers

The HTTP response headers.

headers: RawHttpHeaders

Property Value

Inherited From HttpResponse.headers

request

The request that generated this response.

request: PipelineRequest

Property Value

Inherited From HttpResponse.request