LocationSearchRemoveSearchSource Method (String) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Remove a custom search source from those used for location searches.
Namespace:
Telogis.GeoBase.Geocoding
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static bool RemoveSearchSource(
string name
)
Public Shared Function RemoveSearchSource (
name As String
) As Boolean
Parameters
- name
- Type: SystemString
The name of the search source to remove.
Return Value
Type:
BooleanTrue if a search source with the provided name was removed, false if no source with that name
has been added as a source.
See Also