AutocompleteGeocoderResult Class |
Namespace: Telogis.GeoBase.Geocoding
The AutocompleteGeocoderResult type exposes the following members.
Name | Description | |
---|---|---|
AutocompleteGeocoderResult | Initializes a new instance of the AutocompleteGeocoderResult class |
Name | Description | |
---|---|---|
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.) |