Reverse Geocode Parameters
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
Properties
Feature types. Determines what feature types of address which should be returned.
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.
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.
Max locations. Determines the maximum count of candidates which should be returned. By default should be returned all found candidates.
Output language code. Determines addresses with which the language should be returned.
Output spatial reference. The spatial reference for candidate geometries.
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.