app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.minapps.trackeditor.data.local
/
TrackDao
/
getWaypointsInBoundingBox
get
Waypoints
In
Bounding
Box
abstract
suspend
fun
getWaypointsInBoundingBox
(
trackId
:
Int
,
south
:
Double
,
north
:
Double
,
west
:
Double
,
east
:
Double
,
step
:
Int
=
1
)
:
List
<
WaypointEntity
>