toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-weather
/
com.mapbox.dash.weather.data
/
WeatherLastAddressRepository
Weather
Last
Address
Repository
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
class
WeatherLastAddressRepository
(
weatherLocationRepository
:
WeatherLocationRepository
)
Members
Constructors
Weather
Last
Address
Repository
Link copied to clipboard
constructor
(
weatherLocationRepository
:
WeatherLocationRepository
)
Properties
last
Address
Link copied to clipboard
val
lastAddress
:
StateFlow
<
DestinationSearchResult
?
>
Functions
request
Address
Link copied to clipboard
suspend
fun
requestAddress
(
)