toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-map
/
com.mapbox.dash.sdk.map.domain.usecase
/
ObserveMapTrafficEnabledUseCase
Observe
Map
Traffic
Enabled
Use
Case
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
class
ObserveMapTrafficEnabledUseCase
(
appStore
:
AppStore
,
mapTrafficVisibilityType
:
ObserveMapTrafficVisibilityTypeUseCase
)
Members
Constructors
Observe
Map
Traffic
Enabled
Use
Case
Link copied to clipboard
constructor
(
appStore
:
AppStore
,
mapTrafficVisibilityType
:
ObserveMapTrafficVisibilityTypeUseCase
)
Functions
invoke
Link copied to clipboard
operator
fun
invoke
(
)
:
Flow
<
Boolean
>