toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-search
/
com.mapbox.dash.sdk.search.domain
/
ObserveIsDestinationDistanceBelowThresholdUseCase
Observe
Is
Destination
Distance
Below
Threshold
Use
Case
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
class
ObserveIsDestinationDistanceBelowThresholdUseCase
(
observeRouteProgress
:
ObserveRouteProgressUseCase
,
appStore
:
AppStore
)
Members
Constructors
Observe
Is
Destination
Distance
Below
Threshold
Use
Case
Link copied to clipboard
constructor
(
observeRouteProgress
:
ObserveRouteProgressUseCase
,
appStore
:
AppStore
)
Functions
invoke
Link copied to clipboard
operator
fun
invoke
(
closeToDestinationThresholdMeters
:
Int
)
:
Flow
<
Boolean
>