@abi-software/flatmap-viewer - v4.2.5
    Preparing search index...

    Type Alias SearchResult

    type SearchResult = {
        featureId: GeoJSONId;
        score: number;
        terms: string[];
        text: string;
    }
    Index

    Properties

    featureId: GeoJSONId
    score: number
    terms: string[]
    text: string