| Package | com.esri.aws.services |
| Interface | public interface IFind |
See also
| Method | Defined by | ||
|---|---|---|---|
|
findLocation(location:String, findOptions:FindOptions, responder:IResponder):void
Returns an x,y coordinate for an address or IP address.
| IFind | ||
| findLocation | () | method |
public function findLocation(location:String, findOptions:FindOptions, responder:IResponder):voidReturns an x,y coordinate for an address or IP address. Returns location information for a phone number. Returns the x,y coordinates and descriptions of all places that meet a given search criteria. Returns an address for an x,y coordinate.
Parameterslocation:String — A string with one or more letters
|
|
findOptions:FindOptions — FindOptions parameters
|
|
responder:IResponder — The responder to call on result or fault. Result will be a FindResultSet.
|
See also