Package version:

Interface ReverseSearchAddressOptions

Options for reverse search address operations

Hierarchy

Properties

allowFreeformNewline?: boolean

Format of newlines in the formatted address.

If true, the address will contain newlines. If false, newlines will be converted to commas.

entityType?: string

The entityType specifies the level of filtering performed on geographies

heading?: number

The directional heading of the vehicle in degrees, for travel along a segment of roadway. 0 is North, 90 is East and so on, values range from -360 to 360. The precision can include upto one decimal place

includeMatchType?: boolean

Include information on the type of match the geocoder achieved in the response.

includeRoadUse?: boolean

Boolean. To enable return of the road use array for reverse geocodes at street level

includeSpeedLimit?: boolean

To enable return of the posted speed limit

language?: string

Language in which search results should be returned.

localizedMapView?: string

The View parameter (also called the "user region" parameter) allows you to show the correct maps for a certain country/region for geopolitically disputed regions.

radiusInMeters?: number

The radius in meters to for the results to be constrained to the defined area

roadUse?: Object

To restrict reverse geocodes to a certain type of road use. The road use array for reverse geocodes can be one or more of LimitedAccess, Arterial, Terminal, Ramp, Rotary, LocalStreet

streetNumber?: string

Street number as a string. If a number is sent in along with the request, the response may include the side of the street (Left/Right) and also an offset position for that number

Generated using TypeDoc