Click or drag to resize

AutocompleteGeocoder Methods

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

The AutocompleteGeocoder type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleBulkGeocode
Perform a bulk geocode using an array of AutocompleteGeocoderArgs.
Public methodStatic memberCancel
Cancels any active searches. This method is designed to be called on a thread other than that from which the Geocode Overload method is called. When canceled, the Geocode Overload method will return an AutocompleteGeocoderResult with a status code of SearchCancelled.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberCode exampleGeocode(AutocompleteGeocoderBaseArgs)
Generate address suggestions, based on the provided AutocompleteGeocoderBaseArgs object.
Public methodStatic memberCode exampleGeocode(String, BoundingBox, LatLon, TimeSpan)
Generate a set of address suggestions based on the partial address string provided, searching all countries which intersect the provided BoundingBox, with an optional LatLon location hint provided to sort results based on country and proximity.
Public methodStatic memberCode exampleGeocode(String, Country, LatLon, TimeSpan)
Generate a set of address suggestions for a specific country, based on a partial address string, optionally ordered by proximity to a LatLon location hint.
Public methodStatic memberCode exampleGeocode(String, BoundingBox, LatLon, TimeSpan, ActionAutocompleteGeocoderPartialResult, AutocompleteGeocoderResultsHint) Obsolete.
Generate a set of address suggestions based on the partial address string provided, searching all countries which intersect the provided BoundingBox, with an optional LatLon location hint provided to sort results based on country and proximity.
Public methodStatic memberCode exampleGeocode(String, Country, LatLon, TimeSpan, ActionAutocompleteGeocoderPartialResult, AutocompleteGeocoderResultsHint) Obsolete.
Generate a set of address suggestions for a specific country, based on a partial address string, optionally ordered by proximity to a LatLon location hint.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also