raptor
    Preparing search index...

    Class RAPTORData<TimeVal, SI, RI, TI>

    Type Parameters

    • TimeVal
    • SI extends Id = Id
    • RI extends Id = Id
    • TI extends Id = Id

    Implements

    Index

    Constructors

    Properties

    _routes: MapRead<RI, Route<TimeVal, SI, RI, TI>>
    _stops: MapRead<SI, Stop<SI, RI>>
    attachedRoutes: MapRead<RI, Route<TimeVal, SI, RI, TI>> = ...
    attachedStops: MapRead<SI, Stop<SI, RI>> = ...
    timeType: Time<TimeVal>

    Accessors

    • get stops(): {
          "[iterator]": (...args: []) => Generator;
          get: (
              key: SI,
          ) =>
              | undefined
              | { connectedRoutes: RI[]; id: SI; transfers: FootPath<SI>[] };
      }

      Returns {
          "[iterator]": (...args: []) => Generator;
          get: (
              key: SI,
          ) =>
              | undefined
              | { connectedRoutes: RI[]; id: SI; transfers: FootPath<SI>[] };
      }

    Methods