toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-favorites
/
com.mapbox.dash.favorites
/
FavoritePlaceViewModel
Favorite
Place
View
Model
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
class
FavoritePlaceViewModel
:
ViewModel
Members
Functions
add
Closeable
Link copied to clipboard
open
fun
addCloseable
(
@
NonNull
p0
:
Closeable
)
observe
Favorite
Status
Link copied to clipboard
fun
observeFavoriteStatus
(
searchResult
:
DestinationSearchResult
)
:
Flow
<
String
>
on
Toggle
Favorite
Link copied to clipboard
fun
onToggleFavorite
(
place
:
DestinationSearchResult
)