tripkit-android / com.skedgo.tripkit.ui.timetables / ServiceStopsLoaderFactory
ServiceStopsLoaderFactory
open class ServiceStopsLoaderFactory
Constructors
Name |
Summary |
<init> |
ServiceStopsLoaderFactory() |
Properties
Name |
Summary |
PROJECTION |
static val PROJECTION: Array < String !>! |
SELECTION |
segment_shapes.service_trip_id = ? AND (service_stops.julian_day = ? OR service_stops.julian_day = 0)static val SELECTION: String ! |
SORT_ORDER |
service_stops.arrival_time ASC, service_stops.departure_time ASCstatic val SORT_ORDER: String ! |
Functions
Name |
Summary |
create |
open static fun create(context: Context!, serviceTripId: String !, timeInSeconds: Long ): CursorLoader! |