TomTom Maps for JavaScript
    Preparing search index...

    Type Alias ResolvedAreaDisclosure

    The grounded resolution of a named where query — matched is the place the data was actually loaded for (NOT the query echo). Surfaced so the agent knows where a query resolved and can detect/correct a wrong same-name match.

    type ResolvedAreaDisclosure = {
        matched: string;
        query?: string;
    }
    Index

    Properties

    Properties

    matched: string
    query?: string