Skip to main content
Deno 2 is finally here 🎉️
Learn more
Extremely Popular
Go to Latest
interface FeatureCollection
implements GeoJsonObject
import { type FeatureCollection } from "https://deno.land/x/mongo@v0.31.1/src/types/geojson.ts";

A collection of feature objects. https://tools.ietf.org/html/rfc7946#section-3.3

Type Parameters

optional
G extends Geometry | null = Geometry
optional
P = GeoJsonProperties

Properties

type: "FeatureCollection"
features: Array<Feature<G, P>>