LocationSearchSourcePriorityForSearch Method | |
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 abstract int PriorityForSearch(
LocationSearchBaseArgs args
)
Public MustOverride Function PriorityForSearch (
args As LocationSearchBaseArgs
) As Integer
Parameters
- args
- Type: Telogis.GeoBase.GeocodingLocationSearchBaseArgs
The location search arguments.
Return Value
Type:
Int32The priority for the search source, between 0 and 100.
Remarks Priority should generally be set between 0 and 100. Higher priority should be
used for sources that are quicker to search, have specific formats, or are of greater
importance.
This method will not be called if
IsApplicableToSearch(LocationSearchBaseArgs)
returns false.
See Also