raptor
    Preparing search index...

    Interface Stop<SI, RI>

    A Stop, i.e. a geographical specific point that is connected to routes.

    interface Stop<SI extends Id, RI extends Id> {
        connectedRoutes: ArrayRead<RI>;
        id: SI;
        transfers: ArrayRead<FootPath<SI>>;
    }

    Type Parameters

    • SI extends Id
    • RI extends Id
    Index

    Properties

    connectedRoutes: ArrayRead<RI>
    id: SI
    transfers: ArrayRead<FootPath<SI>>