Click or drag to resize

DrillDownGeoCoderGetStreets Method (String, Int32)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Get the streets in the smallest set region that begin with the given search string.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public StreetSearchResult GetStreets(
	string streetName,
	int timeOut
)

Parameters

streetName
Type: SystemString
The search string. Only street names beginning with this string will be returned.
timeOut
Type: SystemInt32
The maximum amount of time in milliseconds that the search is permitted to run for.

Return Value

Type: StreetSearchResult
A StreetSearchResult object that contains the status of the search and the results.
Remarks
If the search takes longer than the value of timeOut, the returned StreetSearchResult will not contain any results.
See Also