gtfs-sqljs
    Preparing search index...

    Interface Shape

    Shape - Rules for mapping vehicle travel paths

    interface Shape {
        shape_dist_traveled?: number;
        shape_id: string;
        shape_pt_lat: number;
        shape_pt_lon: number;
        shape_pt_sequence: number;
    }
    Index

    Properties

    shape_dist_traveled?: number
    shape_id: string
    shape_pt_lat: number
    shape_pt_lon: number
    shape_pt_sequence: number