FsHafas-JavaScript
    Preparing search index...

    Interface Feature

    interface Feature {
        geometry: Geometry;
        properties: object | Location | Station | Stop;
        type: "Feature";
    }
    Index

    Properties

    geometry: Geometry
    properties: object | Location | Station | Stop
    type: "Feature"