StreetsByName
Parameters:
String username
String password
AddressCaptureLicence licence
String locality
String street
Returns:
Description:
Finds a list of streets that match the requested street name within towns or villages matching the locality name.
This method is equivelant to calling the LocalitiesByName method to retrieve a list of all towns or villages that match the locality name, then calling StreetsByLocalityKey for each of the returned towns or villages to find the requested street. However, this method provides much better performance than making these repeated calls. See the documentation for the LocalitiesByName and StreetsByLocalityKey methods for further details.
View all Address Capture Methods