toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-destination-preview
/
com.mapbox.dash.destination.preview.interaction
/
IsDestinationResultOnTheRouteUseCase
Is
Destination
Result
On
The
Route
Use
Case
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
class
IsDestinationResultOnTheRouteUseCase
(
appStore
:
AppStore
,
maxProximity
:
Int
=
MAX_DISTANCE_ON_SEARCH_ERROR_METERS
)
Members
Constructors
Is
Destination
Result
On
The
Route
Use
Case
Link copied to clipboard
constructor
(
appStore
:
AppStore
,
maxProximity
:
Int
=
MAX_DISTANCE_ON_SEARCH_ERROR_METERS
)
Functions
invoke
Link copied to clipboard
operator
fun
invoke
(
searchResult
:
DestinationSearchResult
)
:
Boolean