Interface AdapterGeoJsonFeatureCollection

A GeoJSON feature collection produced by the adapter.

interface AdapterGeoJsonFeatureCollection {
    features: AdapterGeoJsonFeature[];
    type: "FeatureCollection";
}

Properties

Properties

type