Click or drag to resize

DDGCRegionSearcherLevel Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets or sets the region level within which to search.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public int Level { get; set; }

Property Value

Type: Int32
Remarks
The DrillDownGeoCoder works by allowing the user to select successively smaller regions, with each child region having a value one higher than its parent region. For example, in a drill-down of California (State), Orange (County), Aliso Viejo (City); California is a top-level region and is assigned a value of 0, Orange a value of 1 and Aliso Viejo a value of 2.
See Also