Click or drag to resize

AutocompleteGeocoderResultsHint Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
AutocompleteGeocoderResultHint objects can be provided to Geocode Overload. They contain information on a previous search that can be used as a hint for the new search. For example, providing a result hint based on a previous search for "100 main st, cambri" means that a subsequent search for "100 main st, cambrid" can quickly provide some initial results. This is best used in combination with an incremental results callback. Note: When an AutocompleteGeocoderResultHint is provided to a Geocode, it is assumed that the Geocode arguments are the same for each (excluding the search query). For example, it will assume that the location hint and countries are the same.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.GeocodingAutocompleteGeocoderResultsHint

Namespace:  Telogis.GeoBase.Geocoding
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class AutocompleteGeocoderResultsHint

The AutocompleteGeocoderResultsHint type exposes the following members.

Constructors
  NameDescription
Public methodAutocompleteGeocoderResultsHint(AutocompleteGeocoderResult, String)
Initializes a new instance of the AutocompleteGeocoderResultsHint class with the results from a previous search and the current query string.
Public methodAutocompleteGeocoderResultsHint(AutocompleteGeocoderSuggestion, String)
Initializes a new instance of the AutocompleteGeocoderResultsHint class with the partial suggestions from a previous search and the current query string.
Top
Properties
  NameDescription
Public propertyQuery
The search string that resulted in this result set
Public propertyStatus
Information on how the search terminated, i.e. whether it completed successfully, timed out, or was canceled.
Public propertySuggestions
An array of AutocompleteGeocoderSuggestion objects representing addresses which matched the search string.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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