toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-weather
/
com.mapbox.dash.weather.domain
/
ObserveWeatherLastAddressUseCase
Observe
Weather
Last
Address
Use
Case
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
class
ObserveWeatherLastAddressUseCase
(
weatherLastAddressRepository
:
WeatherLastAddressRepository
)
Members
Constructors
Observe
Weather
Last
Address
Use
Case
Link copied to clipboard
constructor
(
weatherLastAddressRepository
:
WeatherLastAddressRepository
)
Functions
invoke
Link copied to clipboard
operator
fun
invoke
(
)
:
StateFlow
<
DestinationSearchResult
?
>