Click or drag to resize

DrillDownGeoCoderGetRegions Method (Int32)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Get the regions that are available in a certain level.

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

Parameters

level
Type: SystemInt32
Region level you want regions from.

Return Value

Type: RegionSearchResult
A RegionSearchResult object that contains the results.

Implements

IRegionSearcherGetRegions(Int32)
Remarks

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

Related articles: Drill-down Geocoder Tutorial.

See Also