geoimport
    Preparing search index...

    Interface NullObject

    interface NullObject {
        bbox?: BBox;
        id?: string | number;
        properties?: {};
        type: null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bbox?: BBox
    id?: string | number
    properties?: {}
    type: null