app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.minapps.trackeditor.core.domain.repository
/
EditTrackRepository
/
getTrackWaypointsChunk
get
Track
Waypoints
Chunk
abstract
suspend
fun
getTrackWaypointsChunk
(
trackId
:
Int
,
chunkSize
:
Int
,
offset
:
Int
)
:
List
<
Waypoint
>