AddressAutofillUiAdapter

class AddressAutofillUiAdapter(view: SearchResultsView, addressAutofill: AddressAutofill)

Helper class that implements search-specific logic over AddressAutofill and shows search results on the SearchResultsView.

Constructors

Link copied to clipboard
fun AddressAutofillUiAdapter(view: SearchResultsView, addressAutofill: AddressAutofill)

Types

Link copied to clipboard
interface SearchListener

Search results view listener.

Functions

Link copied to clipboard

Adds a listener to be notified of search events.

Link copied to clipboard

Removes a previously added listener.

Link copied to clipboard
suspend fun search(query: Query, options: AddressAutofillOptions = AddressAutofillOptions())

Performs suggestions request.