Click or drag to resize
Infosoft Logo

AddressSearchServiceSearchAddressesByStreetname(String, String, 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,
	string addressSource,
	int searchLimit = 0
)

Parameters

streetname  String
The street name to search for
addressSource  String
A source type to determine which address source to use. Currently available types are Local and DistributionInnovation
searchLimit  Int32  (Optional)
An optional limit for search results

Return Value

SearchAddressesResponse
A list of found streets matching the name

Implements

IAddressSearchSearchAddressesByStreetname(String, String, Int32)
See Also