Click or drag to resize

LocationSearchSourceGetIgnoredTypesForApplicableSearches 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 virtual LocationSearchResultType GetIgnoredTypesForApplicableSearches(
	LocationSearchBaseArgs args
)

Parameters

args
Type: Telogis.GeoBase.GeocodingLocationSearchBaseArgs
The location search arguments.

Return Value

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

Defaults to None, indicating that no restrictions should be placed on lower priority search sources.

Use All to prevent any searching by lower priority search sources.

Set to a specific result type or combination of result types if no sources should find further results of those types. Alternatively, set use the exclusive or (^) operator in combination with All so that only results of the specified types are searched after this.

See Also