TomTom Maps for JavaScript
    Preparing search index...

    Type Alias ResolveWithinResult

    type ResolveWithinResult = {
        areas: ResolvedArea[];
        routeLabel?: string;
    }
    Index

    Properties

    Properties

    areas: ResolvedArea[]
    routeLabel?: string

    Display label of the route corridor, when the where resolved one — surfaced by callers that build a human-readable scope label (traffic's defaultLabel, discover's entry label).