Geocode Parameters
A structure that describes a geocode method parameters. Structure holding the parameters to support the geocode operation for a geocoding service or local locator.
Since
200.1.0
Properties
Categories. Determines addresses from which the categories should be returned.
Country code. Determines addresses from which the country 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.
Max results. Determines the maximum count of candidates which should be returned. By default should be returned all found candidates.
Output language code. Determines the language of candidate labels which should be returned.
Output spatial reference. The spatial reference for candidate geometries.
Preferred search location. Distance specifying with location the preferred area where candidates will be searched. Supported value from interval 1000..50000, 50000 by default.
Attribute names. Array of candidate attribute names indicating which attributes should be returned for every candidate. For empty array return only default attributes, "*" means all attributes will be returned.
Search area. Envelope specifying the area where candidates will be searched.