AutocompleteGeocoderPartialResult Class |
Namespace: Telogis.GeoBase.Geocoding
The AutocompleteGeocoderPartialResult type exposes the following members.
Name | Description | |
---|---|---|
AutocompleteGeocoderPartialResult | Initializes a new instance of the AutocompleteGeocoderPartialResult class |
Name | Description | |
---|---|---|
Query |
The query originally provided to the geocoder.
| |
Suggestions |
A dictionary of AutocompleteGeocoderSuggestion objects representing some of the addresses
which matched the search string. The keys are the insertion locations of the suggestions in the sorted list of results, assuming
all previous partial results have already been incorporated into the list in the correct order.
Note: the suggestions should be processed in increasing order of insertion location; that is, the locations assume that any items
with lower insertion locations have already been inserted.
|
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.) |