gtfs-sqljs
    Preparing search index...

    Interface Stop

    Stop - Individual locations where vehicles pick up or drop off riders

    interface Stop {
        level_id?: string;
        location_type?: number;
        parent_station?: string;
        platform_code?: string;
        stop_code?: string;
        stop_desc?: string;
        stop_id: string;
        stop_lat: number;
        stop_lon: number;
        stop_name: string;
        stop_timezone?: string;
        stop_url?: string;
        wheelchair_boarding?: number;
        zone_id?: string;
    }
    Index

    Properties

    level_id?: string
    location_type?: number
    parent_station?: string
    platform_code?: string
    stop_code?: string
    stop_desc?: string
    stop_id: string
    stop_lat: number
    stop_lon: number
    stop_name: string
    stop_timezone?: string
    stop_url?: string
    wheelchair_boarding?: number
    zone_id?: string