toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-weather
/
com.mapbox.dash.weather
/
WeatherFeature
Weather
Feature
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
sealed
class
WeatherFeature
:
DashFeature
Inheritors
Enabled
Disabled
Members
Types
Disabled
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
object
Disabled
:
WeatherFeature
Enabled
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
Enabled
(
val
token
:
String
)
:
WeatherFeature
Properties
is
Enabled
Link copied to clipboard
abstract
val
isEnabled
:
Boolean