interface Feature<T> {
    geometry: Geometry;
    properties: T;
    type: "Feature";
}

Type Parameters

  • T

Properties

geometry: Geometry
properties: T
type: "Feature"