GeocodeParameters

class GeocodeParameters

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

Constructors

Link copied to clipboard
fun GeocodeParameters()

Creates a new geocode parameters object.

Properties

Link copied to clipboard
val categories: MutableList<String>
Link copied to clipboard
var countryCode: String

Country code. Determines addresses from which the country should be returned.

Link copied to clipboard
var forStorage: Boolean

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
var maxResults: Int

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

Link copied to clipboard
var minScore: Double

Min score. Determines addresses the minimal score value (score threshold) 0..100. By default used 0 and get real value from locator properties.

Link copied to clipboard
var outputLanguageCode: String

Output language code. Determines the language of candidate labels which should be returned.

Link copied to clipboard
var outputSpatialReference: SpatialReference?
Link copied to clipboard
var preferredSearchLocation: Point?
Link copied to clipboard
val resultAttributeNames: MutableList<String>
Link copied to clipboard
var searchArea: Geometry?