| Package | com.esri.ags.tasks |
| Class | public class AddressCandidate |
See also
| Property | Defined 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 | ||
| address | property |
public var address:ObjectAddress 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.
| attributes | property |
public var attributes:ObjectName-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.
| location | property |
public var location:MapPointX- and y-coordinate of the candidate.
This property can be used as the source for data binding.
| score | property |
public var score:NumberNumeric 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.