getStopTimesAfterTimeFromRoute

fun getStopTimesAfterTimeFromRoute(date: LocalDate, route: RouteId, stop: StopId, after: LocalTime, afterOffset: Long = 0): List<TimetableStopTime>

Gets the following times that a route stops at a specific stop after the specified time

Return

stop times in the database for a stop

Since

2.0.0

Parameters

date

date to query services for

route

route Identifier

stop

stop Identifier

after

after what time to get services for

afterOffset

seconds offset after midnight (LocalTime for hours after midnight does not add the seconds before - breaks time after/before queries)