FindAddress
Parameters:
String username
String password
AddressCaptureLicence licence
String town
String street
String building
Option[] options
Returns:
Description:
Finds a list of possible addresses that match the search criteria. The search is performed by using the town, street and building parameters. The town parameter is required, and at least one of the street and building parameters must also be specified.
This method provides the easiest alternative for finding an address if the postcode is not known. If the postcode is known, use the GetFullAddress method instead.
If only the town and street parameters are specified, the method will return a list of every address known in that street. If only the town and building parameters are specified, the method will search for every address with that building name in the town, regardless of the street. For best performance, all three parameters should be specified where possible.
View all Address Capture Methods