Click or drag to resize

LocationSearchAddSearchSource Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Add a custom search source for use with all future location searches.

Namespace:  Telogis.GeoBase.Geocoding
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static bool AddSearchSource(
	LocationSearchSource searchSource
)

Parameters

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

Return Value

Type: Boolean
True if the search source was added, false if a source with the same name had already been added.
See Also