getWaypointsInBoundingBox

abstract suspend fun getWaypointsInBoundingBox(trackId: Int, south: Double, north: Double, west: Double, east: Double, step: Int = 1): List<WaypointEntity>