Click or drag to resize

AutocompleteGeocoderPartialResult Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
AutocompleteGeocoderPartialResult objects are provided to a callback function provided to Geocode Overload. They contain an array of AutocompleteGeocoderSuggestion objects representing addresses which matched the search string. Collectively, all the AutocompleteGeocoderPartialResult objects returned for a particular Geocode will form the same complete set of results returned in the AutocompleteGeocoderResult returned by the Geocode Overload call.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.GeocodingAutocompleteGeocoderPartialResult

Namespace:  Telogis.GeoBase.Geocoding
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class AutocompleteGeocoderPartialResult

The AutocompleteGeocoderPartialResult type exposes the following members.

Constructors
  NameDescription
Public methodAutocompleteGeocoderPartialResult
Initializes a new instance of the AutocompleteGeocoderPartialResult class
Top
Properties
  NameDescription
Public propertyQuery
The query originally provided to the geocoder.
Public propertySuggestions
A dictionary of AutocompleteGeocoderSuggestion objects representing some of the addresses which matched the search string. The keys are the insertion locations of the suggestions in the sorted list of results, assuming all previous partial results have already been incorporated into the list in the correct order. Note: the suggestions should be processed in increasing order of insertion location; that is, the locations assume that any items with lower insertion locations have already been inserted.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also