TomTom Maps for JavaScript
    Preparing search index...

    Type Alias TrafficIncidentTMCPoint

    A single TMC (Traffic Message Channel) location point.

    type TrafficIncidentTMCPoint = {
        location: number;
        offset?: number;
    }
    Index

    Properties

    Properties

    location: number

    TMC location code.

    offset?: number

    Offset from the TMC location in the direction of the incident.