Click or drag to resize

DrillDownGeoCoderGetRegions Method (Int32, String, Int32)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Searches a specified region level for a region beginning with the given search string.

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

Parameters

level
Type: SystemInt32
The region level to search.
searchTerm
Type: SystemString
Only regions with names beginning with this string will be returned.
maxResults
Type: SystemInt32
The maximum number of results to return.

Return Value

Type: RegionSearchResult
A RegionData array.
Remarks

By default, the maximum number of results from this call to GetRegions is 100. However, this can be overridden using maxResults.

See Also