GeocodeParameters class final

A structure that describes a geocode method parameters.

Structure holding the parameters to support the geocode operation for a geocoding service or local locator.

Implemented types

Constructors

GeocodeParameters.new()
Creates a new geocode parameters object.
factory

Properties

categories → List<String>
Categories.
no setter
countryCode ↔ String
Country code.
getter/setter pair
forStorage ↔ bool
For storage property.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
maxResults ↔ int
Max results.
getter/setter pair
minScore ↔ double
Min score.
getter/setter pair
outputLanguageCode ↔ String
Output language code.
getter/setter pair
outputSpatialReference ↔ SpatialReference?
Output spatial reference.
getter/setter pair
preferredSearchLocation ↔ ArcGISPoint?
Preferred search location.
getter/setter pair
resultAttributeNames → List<String>
Attribute names.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
searchArea ↔ Geometry?
Search area.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited