GetSelectedWaypointsIntervalSizeUseCase

class GetSelectedWaypointsIntervalSizeUseCase @Inject constructor(repository: EditTrackRepository)

Constructors

Link copied to clipboard
@Inject
constructor(repository: EditTrackRepository)

Functions

Link copied to clipboard
suspend operator fun invoke(trackId: Int): Int?
suspend operator fun invoke(trackId: Int, p1: Double, p2: Double): Int?