Click or drag to resize

RelativeSourcePriorityForSearch Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Determines the priority of the search source for a particular search. The priority is used to determine the order in which search sources are queried; sources with a higher priority are searched first.

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

Parameters

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

Return Value

Type: Int32
The priority for the search source, between 0 and 100.
See Also