StreetsByLocalityKey
Parameters:
String username
String password
AddressCaptureLicence licence
String localityKey
String street
Returns:
Description:
Finds a list of streets within a town or village that match the requested street name.
The localityKey indicates the area to search within. This can be obtained from the results of the LocalitiesByName or LocalitiesByPostcode methods.
The street name is assumed to have a wildcard at the end, e.g. "High" will match "High Street".
Note that, where a town contains multiple villages, you must supply the localityKey for the correct village in order to find the expected street. If you supply the localityKey that represents only the town without a village, only streets that are found in the town itself (i.e. not in a village within the town) will be included in the results.
If you only know the town name and not whether the street is within a village in that town, you may prefer to use the StreetsByName method, which does not have this limitation.
View all Address Capture Methods