Skip Navigation Links
Home
Data8Online
Integr8
Integr8 HomeExpand Integr8 Home
Postcode LookupExpand Postcode Lookup
ServicesExpand Services
Office IntegrationExpand Office Integration
DemonstrationExpand Demonstration
DevelopersExpand Developers
Register
Resellers
AdministrationExpand Administration
Careers
 

StreetsByName

Parameters:

String username

String password

AddressCaptureLicence licence

String locality

String street

Returns:

PartialAddress[]

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