Click or drag to resize

DrillDownGeoCoder Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The DrillDownGeoCoder type exposes the following members.

Methods
  NameDescription
Public methodAbortGetRegions
Ends or cancels an asynchronous region search operation.
Public methodAbortGetStreets
Ends or cancels an asynchronous street search operation.
Public methodBeginGetRegions
Begins an asynchronous region search operation.
Public methodCode exampleBeginGetStreets
Begins an asynchronous street search operation.
Public methodCanGetStreet
Determines whether the DrillDownGeoCoder can retrieve streets.
Public methodDispose
Use this method to free the resources allocated to the drilldown geocoder when it is no longer used.
Public methodEndGetRegions
Waits until the search has finished, then returns the search results.
Public methodEndGetStreets
Waits until the search has finished, then returns the search results.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetCurrentPostcode
Returns the postcode that the DrillDownGeocoder is currently working with.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLargestUnsetLevel
Gets the level of the largest unset region. For example, in the U.S., if you have already set the state (level 0) this will return 1, which corresponds to the county level.
Public methodGetPostCodeLocation
Get the general location of the currently set postcode. See SetPostcode() to set the postcode.
Public methodGetRegions(Int32)
Get the regions that are available in a certain level.
Public methodGetRegions(Int32, Int32)
Get the regions that are available in a certain level. For example, having set the state to California (level 0), calling GetRegions(1) will return regions like Los Angeles county, San Francisco county, San Bernardino county etc.
Public methodGetRegions(Int32, String)
Gets all the regions beginning with the specified search term at the given level.
Public methodGetRegions(Int32, String, Int32)
Searches a specified region level for a region beginning with the given search string.
Public methodGetRegionSearcher
Returns a DDGCRegionSearcher object that performs asynchronous region searches. This object is unique to the DrillDownGeoCoder instance, will cease to function correctly if the DrillDownGeoCoder is disposed.
Public methodGetStreets(String)
Get the streets in the smallest set region that begin with the given search string.
Public methodGetStreets(String, Int32)
Get the streets in the smallest set region that begin with the given search string.
Public methodGetStreetSearcher
Returns a DDGCStreetSearcher object that performs asynchronous street searches. This object is unique to the DrillDownGeoCoder instance, will cease to function correctly if the DrillDownGeoCoder is disposed.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberHasDrillDownGeoCoder
Used to determine whether the information required to perform a drill-down geocode in the specified country is present in the repository.
Public methodIsSet
Determine whether the specified level has been set to a particular region.
Public methodListSetRegions
Returns a list of regions corresponding to each level in the country.
Public methodReset
Reset all the regions, allowing a clean start.
Public methodReset(Int32)
Reset a specified level.
Public methodSetPostcode
Set a postcode for the DrillDownGeocoder to work with.
Public methodSetRegion
Set the DrillDownGeocoder region.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also