GeocodeResult class final

A match candidate returned from a LocatorTask geocode or reverse geocode operation.

GeocodeResult provides information about the candidate, such as a collection of requested attribute values, user-friendly label text, and locations suited for accurate match display or for routing input.

Implemented types

Properties

attributes Map<String, dynamic>
A collection of attributes as requested by GeocodeParameters.resultAttributeNames or ReverseGeocodeParameters.resultAttributeNames.
no setter
displayLocation ArcGISPoint?
Location of the candidate suitable for display on a map.
no setter
extent Envelope?
An extent suitable for zooming the map to display the candidate.
no setter
hashCode int
The hash code for this object.
no setterinherited
inputLocation ArcGISPoint?
The ArcGISPoint provided as input to LocatorTask.reverseGeocode.
no setter
label String
User-friendly text that describes this result.
no setter
routeLocation ArcGISPoint?
The nearest street location for the result.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score double
A value that indicates how well the address was matched.
no setter

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