ReverseGeocodeParameters

A class that describes a reverse geocode method parameters. Structure holding the parameters to support the reverse geocode operation for a geocoding service or local locator.

Since

200.1.0

Constructors

Link copied to clipboard
constructor()

Creates a new reverse geocode parameters object.

Properties

Link copied to clipboard

Feature types. Determines what feature types of address which should be returned.

Link copied to clipboard

For storage property. Specifies whether the results of the operation will be persisted. The default value is false, which indicates the results of the operation can't be stored. If you store the results, in a database for example, you need to set this parameter to true.

Link copied to clipboard

Distance specifying with location the area where candidates will be searched in meters. Distance specifying with location the area where candidates will be searched meters. Supported value in a range between 1000 and 50000 meters, 1000 meters by default.

Link copied to clipboard

Max locations. Determines the maximum count of candidates which should be returned. By default should be returned all found candidates.

Link copied to clipboard

Output language code. Determines addresses with which the language should be returned.

Link copied to clipboard

Output spatial reference. The spatial reference for candidate geometries.

Link copied to clipboard

Array of geocode result attribute names indicating which attributes should be returned for every result. For empty array return only default attributes, "*" means all attributes will be returned.