Click or drag to resize
Infosoft Logo

AddressSearchServiceSearchAddressesByStreetname(String, AddressSource, Int32) Method

Searches for addresses matching the parameters in the request.

Namespace: Infosoft.Webservices.Addresses
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public SearchAddressesResponse SearchAddressesByStreetname(
	string streetname,
	AddressSource source = AddressSource.Local,
	int searchLimit = 0
)

Parameters

streetname  String
The street name to search for
source  AddressSource  (Optional)
An optional source type to determine which address source to use. Currently available types are Local and DistributionInnovation
searchLimit  Int32  (Optional)
Optional parameter for limiting the number of search results

Return Value

SearchAddressesResponse
A list of found streets matching the name
See Also