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[];
        takenAt: number;
    }
    Index
    incidents: TrafficIncident[]
    takenAt: number