Click or drag to resize

DrillDownGeoCoderGetStreets Method (String)

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
)

Parameters

streetName
Type: SystemString
The search string. Only street names beginning with this string will be returned.

Return Value

Type: StreetSearchResult
Streets in the smallest set region that begin with streetName.
Remarks

Related articles: Drill-down Geocoder Tutorial.

See Also