To see Address Finder Web Service in action, interact with a live sample of an Address Finder client.
findAddressByPoint(point:Point, addressFinderOptions:AddressFinderOptions, token:string):Address
findLocationByAddress(address:Address, addressFinderOptions:AddressFinderOptions, token:string):GeocodeInfo
findLocationByIP(ipAddress:string, addressFinderOptions:AddressFinderOptions, token:string):GeocodeInfo
findLocationByPhoneNumber(phoneNumber:string, addressFinderOptions:AddressFinderOptions, token:string):GeocodeInfo
getInfo(dataSources:string[], token:string):AddressFinderInfo[]
getVersion:string
findAddressByPoint |
Returns an address for an x,y coordinate. |
||||||||||||
|
Endpoint URL |
http://www.arcwebservices.com/services/v2006_1/AddressFinder |
||||||||||||
|
Input |
|
||||||||||||
|
Output |
|||||||||||||
|
Code examples |
|
findLocationByAddress |
Returns an x,y coordinate for an address. |
||||||||||||
|
Endpoint URL |
http://www.arcwebservices.com/services/v2006_1/AddressFinder |
||||||||||||
|
Input |
|
||||||||||||
|
Output |
|||||||||||||
|
Code examples |
|
findLocationByIP |
Returns an x,y coordinate for an IP address. |
||||||||||||
|
Endpoint URL |
http://www.arcwebservices.com/services/v2006_1/AddressFinder |
||||||||||||
|
Input |
|
||||||||||||
|
Output |
|||||||||||||
|
Code examples |
|
findLocationByPhoneNumber |
Returns location information for a phone number. |
||||||||||||
|
Endpoint URL |
http://www.arcwebservices.com/services/v2006_1/AddressFinder |
||||||||||||
|
Input |
|
||||||||||||
|
Output |
|||||||||||||
|
Code examples |
|
getInfo |
Returns information about geocoding data sources, such as whether they support partial addresses and reverse geocoding and which countries they support. |
|||||||||
|
Endpoint URL |
http://www.arcwebservices.com/services/v2006_1/AddressFinder |
|||||||||
|
Input |
|
|||||||||
|
Output |
||||||||||
|
Code examples |
|
getVersion |
Returns the version number of Address Finder Web Service. |
||||
|
Endpoint URL |
http://www.arcwebservices.com/services/v2006_1/AddressFinder |
||||
|
Output |
string |
||||
|
Code examples |
|
Visit the Feedback page to give comments or suggestions about the ArcWeb Developer's Guide.