app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.minapps.trackeditor.core.domain.repository
/
EditTrackRepository
/
getTrackWaypoints
get
Track
Waypoints
abstract
suspend
fun
getTrackWaypoints
(
trackId
:
Int
)
:
List
<
Waypoint
>
Get all waypoints for a specific track.
Return
List of Waypoint domain models.
Parameters
track
Id
ID of the track.