Packagecom.esri.ags.tasks
Classpublic class AddressCandidate

Represents an address and its location.

See also

Locator
com.esri.ags.events.LocatorEvent


Public Properties
 PropertyDefined by
  address : Object
Address of the candidate.
AddressCandidate
  attributes : Object
Name-value pairs of field name and field value as defined in outFields in Locator.addressToLocations.
AddressCandidate
  location : MapPoint
X- and y-coordinate of the candidate.
AddressCandidate
  score : Number
Numeric score between 0 and 100 for geocode candidates.
AddressCandidate
Property detail
addressproperty
public var address:Object

Address of the candidate. It contains one property for each of the address fields defined by a geocode service. Each address field describes some part of the address information for the candidate.

This property can be used as the source for data binding.

attributesproperty 
public var attributes:Object

Name-value pairs of field name and field value as defined in outFields in Locator.addressToLocations.

This property can be used as the source for data binding.

locationproperty 
public var location:MapPoint

X- and y-coordinate of the candidate.

This property can be used as the source for data binding.

scoreproperty 
public var score:Number

Numeric score between 0 and 100 for geocode candidates. A candidate with a score of 100 means a perfect match and 0 means no match.

This property can be used as the source for data binding.