Click or drag to resize

AutocompleteGeocoderPartialResult Properties

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The AutocompleteGeocoderPartialResult type exposes the following members.

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
See Also