Click or drag to resize

AutocompleteGeocoderResultsHint Constructor (AutocompleteGeocoderResult, String)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Initializes a new instance of the AutocompleteGeocoderResultsHint class with the results from a previous search and the current query string.

Namespace:  Telogis.GeoBase.Geocoding
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public AutocompleteGeocoderResultsHint(
	AutocompleteGeocoderResult result,
	string query
)

Parameters

result
Type: Telogis.GeoBase.GeocodingAutocompleteGeocoderResult
An AutocompleteGeocoderResult object that contains the results from a previous search.
query
Type: SystemString
The current query string.
See Also