Type Alias FeatureCollection<T>

type FeatureCollection<T extends Geometry = Geometry> = {
    features: Feature<T>[];
    type: "FeatureCollection";
}

Type Parameters

  • T extends Geometry = Geometry
Index

Properties

Properties

features: Feature<T>[]
type: "FeatureCollection"

Was this helpful?

SDK JS
Modules
Reference
types
FeatureCollection