gtfs-sqljs
    Preparing search index...

    Interface Route

    Route - Transit routes

    interface Route {
        agency_id?: string;
        continuous_drop_off?: number;
        continuous_pickup?: number;
        route_color?: string;
        route_desc?: string;
        route_id: string;
        route_long_name: string;
        route_short_name: string;
        route_sort_order?: number;
        route_text_color?: string;
        route_type: number;
        route_url?: string;
    }
    Index

    Properties

    agency_id?: string
    continuous_drop_off?: number
    continuous_pickup?: number
    route_color?: string
    route_desc?: string
    route_id: string
    route_long_name: string
    route_short_name: string
    route_sort_order?: number
    route_text_color?: string
    route_type: number
    route_url?: string