TomTom Maps for JavaScript
    Preparing search index...

    Type Alias TrafficIncidentTEC

    Traffic incident information based on TPEG2-TEC standard.

    Provides standardized classification of traffic flow effects and causes.

    type TrafficIncidentTEC = {
        causes?: [CauseTEC, ...CauseTEC[]];
        effectCode?: number;
    }
    Index

    Properties

    Properties

    causes?: [CauseTEC, ...CauseTEC[]]

    List of causes for this traffic incident.

    Array of cause elements with at least one entry. Multiple causes may contribute to a single traffic incident.

    effectCode?: number

    Effect code describing impact on traffic flow.

    TPEG2-TEC standard code indicating how traffic is affected.