LocationSearch Class |
Namespace: Telogis.GeoBase.Geocoding
The LocationSearch type exposes the following members.
Name | Description | |
---|---|---|
LocationSearch |
Create a new location search. The constructor does not start the search; to start a
search, call Search.
|
Name | Description | |
---|---|---|
AddSearchSource |
Add a custom search source for use with all future location searches.
| |
BulkSearch(LocationSearchBaseArgs) |
Perform a bulk location search using an array of LocationSearchBaseArgs.
| |
BulkSearch(LocationSearchBaseArgs, Int32, Boolean) |
Perform a bulk location search using an array of LocationSearchArgs.
| |
Cancel |
Cancel an asynchronous location search.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetCustomSearchArgs |
Returns a list of custom arguments for all search sources that can be specified
in the CustomArgs
property of a LocationSearchBaseArgs object.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
RemoveAllCustomSearchSources |
Remove all custom search sources, reverting to the default set of built-in sources.
| |
RemoveSearchSource(LocationSearchSource) |
Remove a custom search source from those used for location searches.
| |
RemoveSearchSource(String) |
Remove a custom search source from those used for location searches.
| |
Search |
Perform a location search.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |