Click or drag to resize

DrillDownGeoCoderHasDrillDownGeoCoder Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Used to determine whether the information required to perform a drill-down geocode in the specified country is present in the repository.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static bool HasDrillDownGeoCoder(
	Country country
)

Parameters

country
Type: Telogis.GeoBaseCountry
The country to be checked.

Return Value

Type: Boolean
True if a DrillDownGeoCoder can be created to geocode addresses in this country. Otherwise false.
Remarks

Not all data files contain the necessary information required to perform a drill-down geocode.

GeoStreamRepository objects do not support drill-down geocoding.

See Also