LocationSearchRemoveSearchSource Method (LocationSearchSource) | |
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
)
Public Shared Function RemoveSearchSource (
searchSource As LocationSearchSource
) As Boolean
Parameters
- searchSource
- Type: Telogis.GeoBase.GeocodingLocationSearchSource
The search source to remove.
Return Value
Type:
BooleanTrue 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