RelativeSearchOperation Class |
Namespace: Telogis.GeoBase.Geocoding
The RelativeSearchOperation type exposes the following members.
Name | Description | |
---|---|---|
RelativeSearchOperation | Initializes a new instance of the RelativeSearchOperation class |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FindResults |
Returns the search results for this relative location search query.
(Overrides LocationSearchOperationFindResults.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
PoiTypesForOuterQuery | ||
PreprocessResultsBeforeMerge |
Preprocess results prior to the Location Search engine merging them into a single list
of suggestions.
(Inherited from LocationSearchOperation.) | |
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.
(Overrides LocationSearchOperationTryCancel.) |