Click or drag to resize

LocationSearchOperation Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A search operation for GeoBase's LocationSearch API that can find location search results.
Inheritance Hierarchy

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

The LocationSearchOperation 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
Find results for a search.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPreprocessResultsBeforeMerge
Preprocess results prior to the Location Search engine merging them into a single list of suggestions.
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.
Top
See Also