DrillDownGeoCoderHasDrillDownGeoCoder Method | |
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
)
Public Shared Function HasDrillDownGeoCoder (
country As Country
) As Boolean
Parameters
- country
- Type: Telogis.GeoBaseCountry
The country to be checked.
Return Value
Type:
BooleanTrue 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