DrillDownGeoCoderGetStreets Method (String) | |
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
)
Public Function GetStreets (
streetName As String
) As StreetSearchResult
Parameters
- streetName
- Type: SystemString
The search string. Only street names beginning with this string will be returned.
Return Value
Type:
StreetSearchResultStreets in the smallest set region that begin with streetName.
Remarks See Also