Click or drag to resize

LocationSearchRemoveSearchSource Method (LocationSearchSource)

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(
	LocationSearchSource searchSource
)

Parameters

searchSource
Type: Telogis.GeoBase.GeocodingLocationSearchSource
The search source to remove.

Return Value

Type: Boolean
True if the search source was removed, false if no source with the same name has been added as a source.
Remarks
The name of the provided source is used as a unique identifier to find and remove the source. This means that a source with the same name as the provided source will be removed even if they are not the same object.
See Also