3D-City Model
    Preparing search index...

    GeoJSON FeatureCollection for combining multiple features.

    Array or single feature object.

    const fc = new GeojsonFeatureCollection([
    new GeojsonPoint([8, 51], {name: "Center"}),
    new GeojsonLine([[0,0], [1,2]], {id: 12})
    ]);
    console.log(fc.toString());
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    Features array or single feature.

    Methods