gis-tools-ts - v0.6.0
    Preparing search index...

    Class GTFSLevel

    Levels

    Conditionally Required Describes levels in a station, useful with pathways.txt. Required if pathways include elevators (pathway_mode=5), otherwise optional.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • data: Record<string, string>

        the parsed GTFS CSV data

      Returns GTFSLevel

    Properties

    id: string

    Required Identifies a level in a station (level_id).

    levelIndex: number

    Required Numeric index indicating this level's relative position:

    • 0 for ground level
    • Positive above ground
    • Negative below ground
    levelName?: string

    Optional Name of the level as displayed to the rider (e.g., "Mezzanine", "Platform").