toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-favorites
/
com.mapbox.dash.favorites
/
SearchFavoritesRepository
Search
Favorites
Repository
interface
SearchFavoritesRepository
Members
Functions
add
Item
Link copied to clipboard
abstract
suspend
fun
addItem
(
searchResult
:
DestinationSearchResult
)
add
Special
Place
Link copied to clipboard
abstract
suspend
fun
addSpecialPlace
(
searchResult
:
DestinationSearchResult
,
type
:
SpecialPlaceType
)
observe
Favorites
Link copied to clipboard
abstract
fun
observeFavorites
(
)
:
Flow
<
List
<
FavoritePlace
>
>
remove
Item
With
Id
Link copied to clipboard
abstract
suspend
fun
removeItemWithId
(
id
:
String
)