@cityjson/flatcitybuf
    Preparing search index...

    Interface SearchResultItem

    One index hit. offset is a byte offset RELATIVE to featureBegin (writer/mod.rs:207-215), matching Feature.byteOffset; index is the feature's ordinal, i.e. its position within the leaf level.

    interface SearchResultItem {
        index: number;
        offset: number;
    }
    Index
    index: number
    offset: number