Click or drag to resize

RelativeSourceGetIgnoredTypesForApplicableSearches Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Specifies result types that will be excluded for search sources with a lower priority than this when IsApplicableToSearch(LocationSearchBaseArgs) returns true for the same search arguments. This could be used, for example, to restrict further searching for queries that match a format specific to this source, but for which there are no results.

Namespace:  Telogis.GeoBase.Geocoding
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public override LocationSearchResultType GetIgnoredTypesForApplicableSearches(
	LocationSearchBaseArgs args
)

Parameters

args
Type: Telogis.GeoBase.GeocodingLocationSearchBaseArgs
The arguments to pass to the location search.

Return Value

Type: LocationSearchResultType
A mask of result types specifying restrictions on lower priority sources.
See Also