AddressInputScreenState
class AddressInputScreenState
Represents the address input screen state.
Parameters
query
the current query.
suggestions
the suggestions for the query.
onQueryChanged
the callback for the query change.
onSuggestionSelected
the callback for the suggestion selection.
onFeedbackClicked
the callback for the feedback click.
onBackClicked
the callback for the back click.
suggestionsLazyListState
scroll state for the suggestions list, hoisted above the screen's early return so it survives leaving the screen (e.g. opening a POI card).
historyLazyListState
scroll state for the history/favorites list, hoisted the same way.