TomTom Maps for JavaScript
    Preparing search index...

    Type Alias TrafficIncidentEvent

    A single event contributing to a traffic incident.

    Incidents may have one or more events describing different aspects of the situation.

    type TrafficIncidentEvent = {
        category: TrafficIncidentCategory;
        code: number;
        description: string;
    }
    Index

    Properties

    Category of this specific event.

    code: number

    Numeric event code.

    description: string

    Human-readable description of the event.