gtfs-sqljs
    Preparing search index...

    Interface GeoJsonFeatureCollection

    interface GeoJsonFeatureCollection {
        features: GeoJsonFeature[];
        type: "FeatureCollection";
    }
    Index

    Properties

    Properties

    features: GeoJsonFeature[]
    type: "FeatureCollection"