Click or drag to resize

DrillDownGeoCoderGetRegions Method (Int32, String)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets all the regions beginning with the specified search term at the given level.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public RegionSearchResult GetRegions(
	int level,
	string searchTerm
)

Parameters

level
Type: SystemInt32
The region level requested.
searchTerm
Type: SystemString
The search term.

Return Value

Type: RegionSearchResult
A RegionSearchResult containing all regions at the specified level that match the search string, up to the limit of 100 results.

Implements

IRegionSearcherGetRegions(Int32, String)
Remarks

The maximum number of results from this call to GetRegions is limited to 100.

See Also