Click or drag to resize

StreetDataMatchesQuery Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns true of the query string matches the street name.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool MatchesQuery(
	string query
)

Parameters

query
Type: SystemString
The query string to match.

Return Value

Type: Boolean
True if the street name matches, false otherwise.

Implements

ISearchResultMatchesQuery(String)
See Also