AutocompleteGeocoderPartialResultSuggestions Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
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.
Namespace:
Telogis.GeoBase.Geocoding
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public Dictionary<int, AutocompleteGeocoderSuggestion> Suggestions { get; set; }
Public Property Suggestions As Dictionary(Of Integer, AutocompleteGeocoderSuggestion)
Get
Set
Property Value
Type:
DictionaryInt32,
AutocompleteGeocoderSuggestionSee Also