TomTom Maps for JavaScript
    Preparing search index...

    Type Alias TrafficFlowModuleFeature

    TrafficFlowModuleFeature: Feature<
        LineString,
        {
            absoluteSpeed?: number;
            displayClass?: number;
            leftHandTraffic: boolean;
            openlr?: string;
            partOfTwoWayRoad?: boolean;
            relativeSpeed: number;
            roadCategory: RoadCategory;
            roadClosure: boolean;
            roadSubcategory?: RoadSubCategory;
        },
    >

    Defines the structure of a traffic flow feature, which extends the basic GeoJSON feature with properties extracted from the traffic flow vector tiles.