Click or drag to resize

RelativeSearchOperation Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The RelativeSearchOperation type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFindResults
Returns the search results for this relative location search query.
(Overrides LocationSearchOperationFindResults.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPoiTypesForOuterQuery
Convenience method for converting an outer query, such as "hotels", to an array of possible PoiType values to search for. Possible types are limited by those in the PoiTypes property of the search arguments.
Public methodPreprocessResultsBeforeMerge
Preprocess results prior to the Location Search engine merging them into a single list of suggestions.
(Inherited from LocationSearchOperation.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryCancel
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.)
Top
See Also