getTrackWaypoints

abstract suspend fun getTrackWaypoints(trackId: Int): List<Waypoint>

Get all waypoints for a specific track.

Return

List of Waypoint domain models.

Parameters

trackId

ID of the track.