gis-tools-ts - v0.6.0
    Preparing search index...

    Class GTFSRealtimeModifiedTripSelector

    A descriptor that identifies an instance of a GTFS trip, or all instances of a trip along a route.

    • To specify a single trip instance, the trip_id (and if necessary, start_time) is set. If route_id is also set, then it should be same as one that the given trip corresponds to.
    • To specify all the trips along a given route, only the route_id should be set. Note that if the trip_id is not known, then stop sequence ids in TripUpdate are not sufficient, and stop_ids must be provided as well. In addition, absolute arrival/departure times must be provided.
    Index

    Constructors

    Properties

    affectedTripId?: string

    The trip_id from the GTFS feed that is modified by the modifications_id

    modificationsId?: string

    The 'id' from the FeedEntity in which the contained TripModifications object affects this trip.

    startDate?: Date

    The start date of this trip instance in YYYYMMDD format, applied to the modified trip. Same definition as start_date in TripDescriptor.

    startTime?: string

    The initially scheduled start time of this trip instance, applied to the frequency based modified trip. Same definition as start_time in TripDescriptor.