AutocompleteGeocoderResultsHint Class |
Namespace: Telogis.GeoBase.Geocoding
The AutocompleteGeocoderResultsHint type exposes the following members.
Name | Description | |
---|---|---|
AutocompleteGeocoderResultsHint(AutocompleteGeocoderResult, String) |
Initializes a new instance of the AutocompleteGeocoderResultsHint
class with the results from a previous search and the current query string.
| |
AutocompleteGeocoderResultsHint(AutocompleteGeocoderSuggestion, String) |
Initializes a new instance of the AutocompleteGeocoderResultsHint
class with the partial suggestions from a previous search and the current query string.
|
Name | Description | |
---|---|---|
Query |
The search string that resulted in this result set
| |
Status |
Information on how the search terminated, i.e. whether it completed successfully, timed out, or was canceled.
| |
Suggestions |
An array of AutocompleteGeocoderSuggestion objects representing addresses
which matched the search string.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |