gtfs-sqljs
    Preparing search index...

    Interface Pathway

    Pathway - Pathways linking together locations within stations

    interface Pathway {
        from_stop_id: string;
        is_bidirectional: number;
        length?: number;
        max_slope?: number;
        min_width?: number;
        pathway_id: string;
        pathway_mode: number;
        reversed_signposted_as?: string;
        signposted_as?: string;
        stair_count?: number;
        to_stop_id: string;
        traversal_time?: number;
    }
    Index

    Properties

    from_stop_id: string
    is_bidirectional: number
    length?: number
    max_slope?: number
    min_width?: number
    pathway_id: string
    pathway_mode: number
    reversed_signposted_as?: string
    signposted_as?: string
    stair_count?: number
    to_stop_id: string
    traversal_time?: number