ObserveCloseToDestinationPointUseCase

class ObserveCloseToDestinationPointUseCase(closeToDestinationThresholdMeters: Int, isDestinationDistanceBelowThreshold: ObserveIsDestinationDistanceBelowThresholdUseCase)

Constructors

Link copied to clipboard
constructor(closeToDestinationThresholdMeters: Int, isDestinationDistanceBelowThreshold: ObserveIsDestinationDistanceBelowThresholdUseCase)

Functions

Link copied to clipboard
operator fun invoke(): Flow<Boolean>