ReverseGeocodeParameters class final

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.

Implemented types

Constructors

ReverseGeocodeParameters.new()
Creates a new reverse geocode parameters object.
factory

Properties

featureTypes → List<String>
Feature types.
no setter
forStorage ↔ bool
For storage property.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
maxDistance ↔ double
Distance specifying with location the area where candidates will be searched in meters.
getter/setter pair
maxResults ↔ int
Max locations.
getter/setter pair
outputLanguageCode ↔ String
Output language code.
getter/setter pair
outputSpatialReference ↔ SpatialReference?
Output spatial reference.
getter/setter pair
resultAttributeNames → List<String>
Array of geocode result attribute names indicating which attributes should be returned for every result.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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