SearchAutocompleteResult
The result of an autocomplete query, including display lines and a coordinate.
Declaration
class SearchAutocompleteResultOverview
You can use search and search autocomplete in sequence by passing a SearchAutocompleteResult object as the query parameter of a search. For example, you can present the display strings of a collection of search autocomplete results to the user while maintaining a mapping to the original SearchAutocompleteResult object. When the user selects a result, make a search request with the corresponding SearchAutocompleteResult object to retrieve more information about the place.