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

Type Parameters

  • T = DefaultLatLonKeys

Hierarchy (view full)

Properties

Properties

properties: {
    [k: string]: any;
}

Type declaration

  • [k: string]: any

Generated using TypeDoc