raptor
    Preparing search index...

    Interface Trip<TimeVal, TI>

    A Trip, i.e. a succession of stop times.

    interface Trip<TimeVal, TI extends Id = Id> {
        id: TI;
        times: ArrayRead<[TimeVal, TimeVal]>;
    }

    Type Parameters

    • TimeVal
    • TI extends Id = Id
    Index

    Properties

    Properties

    id: TI

    Time of arrival & departure at each stop.