LocationSearchOperation Class |
Namespace: Telogis.GeoBase.Geocoding
The LocationSearchOperation type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FindResults |
Find results for a search.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
PreprocessResultsBeforeMerge |
Preprocess results prior to the Location Search engine merging them into a single list
of suggestions.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryCancel |
Stop a search that's in progress, typically as a result of a timeout or because the user
has cancelled the search. Returns true if the operation was successfully stopped;
if the operation lacks the facility to stop itself, it should instead return false, in
which case the thread that FindResults was called on will be stopped.
|