includes

fun LastHeardFilter.includes(recordedAtSeconds: Int, nowSeconds: Long): Boolean(source)

Whether a recorded moment falls inside this filter's window.

For a position track, where the cutoff is the point's own timestamp rather than when the node was last heard from: a track is a history, so filtering it by the node's liveness would show all of it or none of it. Both map engines filter tracks this way and each wrote the comparison out itself.