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