FsHafas-JavaScript
    Preparing search index...

    Interface Geometry

    interface Geometry {
        coordinates: number[];
        type: "Point";
    }
    Index

    Properties

    Properties

    coordinates: number[]
    type: "Point"