TomTom Maps for JavaScript
    Preparing search index...

    Type Alias CauseTEC

    Traffic incident cause based on TPEG2-TEC standard.

    TPEG (Transport Protocol Experts Group) codes provide standardized classification of traffic incident causes.

    type CauseTEC = {
        mainCauseCode: number;
        subCauseCode?: number;
    }
    Index

    Properties

    mainCauseCode: number

    Main cause code from TPEG2-TEC standard.

    Primary classification of what caused the incident.

    subCauseCode?: number

    Optional sub-cause code from TPEG2-TEC standard.

    More specific classification under the main cause.