|
AddressSearchServiceSearchAddressesByStreetname(String, AddressSource, Int32) Method |
Searches for addresses matching the parameters in the request.
Namespace: Infosoft.Webservices.AddressesAssembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
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