Click or drag to resize

LocationSearch Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
LocationSearch provides a single API to search for locations across different sources, such as geocoders, POI sources, and reverse geocoders. By default, GeoBase geocoders are used, but additional sources can be provided using AddSearchSource(LocationSearchSource).
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.GeocodingLocationSearch

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

The LocationSearch type exposes the following members.

Constructors
  NameDescription
Public methodLocationSearch
Create a new location search. The constructor does not start the search; to start a search, call Search.
Top
Methods
  NameDescription
Public methodStatic memberAddSearchSource
Add a custom search source for use with all future location searches.
Public methodStatic memberCode exampleBulkSearch(LocationSearchBaseArgs)
Perform a bulk location search using an array of LocationSearchBaseArgs.
Public methodStatic memberCode exampleBulkSearch(LocationSearchBaseArgs, Int32, Boolean)
Perform a bulk location search using an array of LocationSearchArgs.
Public methodCancel
Cancel an asynchronous location search.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberGetCustomSearchArgs
Returns a list of custom arguments for all search sources that can be specified in the CustomArgs property of a LocationSearchBaseArgs object.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberRemoveAllCustomSearchSources
Remove all custom search sources, reverting to the default set of built-in sources.
Public methodStatic memberRemoveSearchSource(LocationSearchSource)
Remove a custom search source from those used for location searches.
Public methodStatic memberRemoveSearchSource(String)
Remove a custom search source from those used for location searches.
Public methodSearch
Perform a location search.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also