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

    Class GTFSArea

    Areas

    Optional Defines area identifiers. Each record in areas.txt contains a unique area_id that can be referenced in stop_areas.txt.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • data: Record<string, string>

        the parsed GTFS CSV data

      Returns GTFSArea

    Properties

    areaId: string

    Required Identifies an area (area_id). Must be unique within areas.txt.

    areaName?: string

    Optional Name of the area as displayed to the rider.