StreetDataMatchesQuery Method | |
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
)
Public Function MatchesQuery (
query As String
) As Boolean
Parameters
- query
- Type: SystemString
The query string to match.
Return Value
Type:
BooleanTrue if the street name matches, false otherwise.
Implements
ISearchResultMatchesQuery(String)See Also