TomTom Maps for JavaScript
    Preparing search index...

    Type Alias ResolvedBias

    A resolved point bias for a nearby-mode search. position is the bias point (absent when the input was unresolvable — a tolerant no-bias widening, never an error). query + label are set ONLY for the query sub-case — the grounded-resolution signal, identical in spirit to ResolvedArea's fields: a bias landing on a same-named place elsewhere silently skews results to the wrong locale (e.g. "coffee near Springfield"). Consumers surface it via biasDisclosure.

    type ResolvedBias = {
        label?: string;
        position?: Position;
        query?: string;
    }
    Index

    Properties

    label?: string
    position?: Position
    query?: string