| Package | com.esri.ags.events |
| Class | public class LocatorEvent |
| Inheritance | LocatorEvent flash.events.Event |
See also
| Property | Defined by | ||
|---|---|---|---|
| addressCandidate : AddressCandidate
Address candidate.
| LocatorEvent | ||
| addressCandidates : Array
Array of AddressCandidate.
| LocatorEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
LocatorEvent(type:String, addressCandidates:Array = null, addressCandidate:AddressCandidate = null)
Creates a new LocatorEvent.
| LocatorEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| ADDRESS_TO_LOCATIONS_COMPLETE : String = "addressToLocationsComplete" [static]
Defines the value of the
type property of an addressToLocationsComplete event object. | LocatorEvent | ||
| LOCATION_TO_ADDRESS_COMPLETE : String = "locationToAddressComplete" [static]
Defines the value of the
type property of a locationToAddressComplete event object. | LocatorEvent | ||
| addressCandidate | property |
public var addressCandidate:AddressCandidate
Address candidate. This property is set when the type is locationToAddressComplete
| addressCandidates | property |
public var addressCandidates:Array
Array of AddressCandidate. This property is set when the type is addressToLocationsComplete.
See also
| LocatorEvent | () | constructor |
public function LocatorEvent(type:String, addressCandidates:Array = null, addressCandidate:AddressCandidate = null)Creates a new LocatorEvent.
Parameterstype:String — The event type; indicates the action that triggered the event.
|
|
addressCandidates:Array (default = null) — The featureSet associated with this event, or null.
|
|
addressCandidate:AddressCandidate (default = null) |
| ADDRESS_TO_LOCATIONS_COMPLETE | constant |
public static const ADDRESS_TO_LOCATIONS_COMPLETE:String = "addressToLocationsComplete"
Defines the value of the type property of an addressToLocationsComplete event object.
| LOCATION_TO_ADDRESS_COMPLETE | constant |
public static const LOCATION_TO_ADDRESS_COMPLETE:String = "locationToAddressComplete"
Defines the value of the type property of a locationToAddressComplete event object.