toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-maneuver
/
com.mapbox.dash.maneuver.domain.usecase
/
ObserveManeuverUseCase
Observe
Maneuver
Use
Case
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
class
ObserveManeuverUseCase
(
routeProgress
:
ObserveRouteProgressUseCase
,
maneuverApi
:
MapboxManeuverApi
)
Members
Constructors
Observe
Maneuver
Use
Case
Link copied to clipboard
constructor
(
routeProgress
:
ObserveRouteProgressUseCase
,
maneuverApi
:
MapboxManeuverApi
)
Functions
invoke
Link copied to clipboard
operator
fun
invoke
(
areEquivalent
:
(
old
:
Maneuver
?
,
new
:
Maneuver
?
)
->
Boolean
=
{ old, new -> old == new }
)
:
Flow
<
Maneuver
?
>