TomTom Maps for JavaScript
    Preparing search index...

    Type Alias AreaAnalyticsCollectionProperties

    Metadata for the area analytics result collection.

    type AreaAnalyticsCollectionProperties = {
        dataTypes: AreaAnalyticsDataType[];
        endDate: Date;
        frcs: number[];
        heatmap: boolean;
        startDate: Date;
    }
    Index

    Properties

    Traffic metrics included in the report.

    endDate: Date

    End of the analysis period.

    frcs: number[]

    Functional road classes included in the analysis (0–8).

    heatmap: boolean

    Whether tile-level heatmap data is included.

    startDate: Date

    Start of the analysis period.