Click or drag to resize

RelativeSearchOperation Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A specialized search operation for GeoBase's location search API for use with relative queries such as 'hotels in aliso viejo'. Custom relative search operations can subclass this, along with RelativeSource, to provide access to other kinds of relative query results other than built in point of interest results.
Inheritance Hierarchy

Namespace:  Telogis.GeoBase.Geocoding
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public abstract class RelativeSearchOperation : LocationSearchOperation

The RelativeSearchOperation type exposes the following members.

Constructors
  NameDescription
Public methodRelativeSearchOperation
Initializes a new instance of the RelativeSearchOperation class
Top
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