TomTom Maps for JavaScript
    Preparing search index...

    Type Alias IncidentSnapshot

    A fresh batch of incidents from a single monitor tick, with the moment it was sampled. Payload of TrafficIncidentsStateEvents.monitor-tick.

    type IncidentSnapshot = {
        incidents: TrafficIncident_2[];
        takenAt: number;
    }
    Index

    Properties

    Properties

    incidents: TrafficIncident_2[]
    takenAt: number