toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-favorites
/
com.mapbox.dash.favorites
/
SearchHistoryRepository
Search
History
Repository
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
interface
SearchHistoryRepository
Members
Functions
add
History
Item
Link copied to clipboard
abstract
suspend
fun
addHistoryItem
(
item
:
DestinationSearchResult
)
clean
History
Link copied to clipboard
abstract
suspend
fun
cleanHistory
(
)
observe
History
Link copied to clipboard
abstract
fun
observeHistory
(
)
:
StateFlow
<
List
<
DestinationSearchResult
>
>
remove
Item
With
Id
Link copied to clipboard
abstract
suspend
fun
removeItemWithId
(
id
:
String
,
mapboxId
:
String
?
)