Click or drag to resize

LocationSearchRemoveSearchSource Method (String)

Verizon Connect Logo
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
)

Parameters

name
Type: SystemString
The name of the search source to remove.

Return Value

Type: Boolean
True 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