TomTom Maps for JavaScript
    Preparing search index...

    Type Alias AreaAnalyticsAnomaly

    A detected anomaly for a specific data type within the analysis period.

    type AreaAnalyticsAnomaly = {
        endDate: Date;
        labels: string[];
        startDate: Date;
    }
    Index

    Properties

    endDate: Date

    End of the anomaly period.

    labels: string[]

    Labels describing the anomaly (e.g. 'Holiday', 'Weather event').

    startDate: Date

    Start of the anomaly period.