gtfs-sqljs
    Preparing search index...

    Interface TripWithRealtime

    Trip - Trips for each route

    interface TripWithRealtime {
        bikes_allowed?: number;
        block_id?: string;
        direction_id?: number;
        realtime?: TripRealtime;
        route_id: string;
        service_id: string;
        shape_id?: string;
        trip_headsign?: string;
        trip_id: string;
        trip_short_name?: string;
        wheelchair_accessible?: number;
    }

    Hierarchy (View Summary)

    • Trip
      • TripWithRealtime
    Index

    Properties

    bikes_allowed?: number
    block_id?: string
    direction_id?: number
    realtime?: TripRealtime
    route_id: string
    service_id: string
    shape_id?: string
    trip_headsign?: string
    trip_id: string
    trip_short_name?: string
    wheelchair_accessible?: number