Click or drag to resize

LocationSearch Methods

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

The LocationSearch type exposes the following members.

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