interface Feature<T = DefaultLatLonKeys> {
    geometry: Geometry<T, GeometryOptions<T>>;
    properties: { [k: string]: any };
}

Type Parameters

  • T = DefaultLatLonKeys

Hierarchy (View Summary)

Properties

Properties

properties: { [k: string]: any }