Click or drag to resize

AutocompleteGeocoderResultsHint Constructor (AutocompleteGeocoderSuggestion, 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 partial suggestions 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(
	AutocompleteGeocoderSuggestion[] partialSuggestions,
	string query
)

Parameters

partialSuggestions
Type: Telogis.GeoBase.GeocodingAutocompleteGeocoderSuggestion
An array of AutocompleteGeocoderSuggestion objects that contain the partial suggestions for a previous search.
query
Type: SystemString
The current query string.
See Also