TomTom Maps for JavaScript
    Preparing search index...

    Type Alias MemberRef

    The features within ONE source entry that matched the rule — the per-entry unit of a Verdict. featureIds is the matched SUBSET, not the whole entry: a rule selects features by arbitrary sandbox logic (proximity, threshold, filter), and that selection isn't recoverable from entryId alone (the entry holds every feature) without re-running the rule — so the verdict records exactly what matched. These are the features the UI highlights and the summary cites.

    type MemberRef = {
        entryId: string;
        featureIds: string[];
    }
    Index

    Properties

    Properties

    entryId: string
    featureIds: string[]