/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.timetables/LoadServiceTask
LoadServiceTask
\ class LoadServiceTask(mStop: ScheduledStop?, mCursor: Cursor?) : Callable<Pair<List<StopInfo>, List<ServiceLineOverlayTask.ServiceLineInfo>>>
Constructors
LoadServiceTask | constructor(mStop: ScheduledStop?, mCursor: Cursor?) |
Functions
Name | Summary |
---|---|
call | open override fun call(): Pair<List<StopInfo>, List<ServiceLineOverlayTask.ServiceLineInfo>> |
getStopFor | fun getStopFor(code: String): ScheduledStop? |