| Package | com.esri.ags.tasks.supportClasses |
| Class | public class AddressCandidate |
| Inheritance | AddressCandidate flash.events.EventDispatcher |
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 |
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.
public function get address():Object public function set address(value:Object):void| attributes | property |
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.
public function get attributes():Object public function set attributes(value:Object):void| location | property |
location:MapPointX- and y-coordinate of the candidate.
This property can be used as the source for data binding.
public function get location():MapPoint public function set location(value:MapPoint):void| score | property |
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.
public function get score():Number public function set score(value:Number):void