Solved! Go to Solution.
addressesToLocations () method
public function addressesToLocations(parameters:AddressToLocationsParameters, responder:IResponder = null):AsyncToken
Since : ArcGIS API 3.0 for Flex
Sends a request to the ArcGIS REST geocode resource to find locations for a set of addresses specified in the address parameter. On completion, the addressesToLocationsComplete event is fired and the optional callback responder is invoked. Requires ArcGIS 10.1 or higher.
Parameters
parameters:AddressToLocationsParameters ??? The AddressToLocationsParameters object contains the addresses.
responder:IResponder (default = null) ??? The responder to call on result or fault. The result function will be given an array of AddressCandidate instances.
Returns
AsyncToken ???
See also
com.esri.ags.tasks.supportClasses.AddressCandidate
addressesToLocations () method
public function addressesToLocations(parameters:AddressToLocationsParameters, responder:IResponder = null):AsyncToken
Since : ArcGIS API 3.0 for Flex
Sends a request to the ArcGIS REST geocode resource to find locations for a set of addresses specified in the address parameter. On completion, the addressesToLocationsComplete event is fired and the optional callback responder is invoked. Requires ArcGIS 10.1 or higher.
Parameters
parameters:AddressToLocationsParameters ??? The AddressToLocationsParameters object contains the addresses.
responder:IResponder (default = null) ??? The responder to call on result or fault. The result function will be given an array of AddressCandidate instances.
Returns
AsyncToken ???
See also
com.esri.ags.tasks.supportClasses.AddressCandidate