IsDestinationResultOnTheRouteUseCase

class IsDestinationResultOnTheRouteUseCase(appStore: AppStore, maxProximity: Int = MAX_DISTANCE_ON_SEARCH_ERROR_METERS)

Constructors

Link copied to clipboard
constructor(appStore: AppStore, maxProximity: Int = MAX_DISTANCE_ON_SEARCH_ERROR_METERS)

Functions

Link copied to clipboard
operator fun invoke(searchResult: DestinationSearchResult): Boolean