findAddress(address:Address, addressFinderOptions:AddressFinderOptions,
token:string):LocationInfo
getAddress(point:Point,
addressFinderOptions:AddressFinderOptions,
token:string):Address
getCountries(dataSource:string, token:string):string[]
getVersion:string
|
Method Name |
|||||||
|
Description |
Takes an address or intersection and attempts to find the x,y coordinates. | ||||||
|
Endpoint URL |
http://arcweb.esri.com/services/v2/AddressFinder | ||||||
|
Input Parameters |
| ||||||
|
Valid Arguments |
| ||||||
|
Output Parameter |
| ||||||
|
Example (Java) |
IAddressFinder myAddressFinder
= AddressFinderHelper.bind(); For myAddress, see Address. | ||||||
|
Example (VB.NET) |
Dim myAddressFinder As
New AddressFinder() For myAddress, see Address. | ||||||
|
Example (C#.NET) |
AddressFinder myAddressFinder
= new AddressFinder(); For myAddress, see Address. |
|
Method Name |
|||||||
|
Description |
Returns address information for an x,y coordinate. | ||||||
|
Endpoint URL |
http://arcweb.esri.com/services/v2/AddressFinder | ||||||
|
Input Parameters |
| ||||||
|
Valid Arguments |
| ||||||
|
Output Parameter |
| ||||||
|
Example (Java) |
IAddressFinder myAddressFinder = AddressFinderHelper.bind(); | ||||||
|
Example (VB.NET) |
Dim myAddressFinder As New AddressFinder() | ||||||
|
Example (C#.NET) |
myAddressFinder = new AddressFinder(); |
|
Method Name |
|||||
|
Description |
Returns the countries that can be used for geocoding addresses with a specific datasource. The countries are listed by their FIPS-codes. To see the names of the countries, see Country Codes. | ||||
|
Endpoint URL |
http://arcweb.esri.com/services/v2/AddressFinder | ||||
|
Input Parameters |
| ||||
|
Valid Arguments |
| ||||
|
Output Parameter |
| ||||
|
Example (Java) |
IAddressFinder myAddressFinder = AddressFinderHelper.bind(); | ||||
|
Example (VB.NET) |
Dim myAddressFinder As New AddressFinder() | ||||
|
Example (C#.NET) |
myAddressFinder = new AddressFinder(); |
|
Method Name |
|||
|
Description |
Returns the version number of Address Finder Web Service. | ||
|
Endpoint URL |
http://arcweb.esri.com/services/v2/AddressFinder | ||
|
Output Parameter |
| ||
|
Example (Java) |
IAddressFinder myAddressFinder = AddressFinderHelper.bind(); | ||
|
Example (VB.NET) |
Dim myAddressFinder As New AddressFinder() | ||
|
Example (C#.NET) |
AddressFinder myAddressFinder = new AddressFinder(); |
Address Finder overview
Address Finder data sources and credits
Location codes
SOAP samples
Object model