AutocompleteGeocoderPartialResult Properties |
The AutocompleteGeocoderPartialResult type exposes the following members.
Name | Description | |
---|---|---|
Query |
The query originally provided to the geocoder.
| |
Suggestions |
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.
|