TomTom Maps for JavaScript
    Preparing search index...

    Type Alias MonitoredArea

    The geographic area a TrafficIncidentsEntry monitor is polling, captured at monitor-start time and replayed on every tick.

    type MonitoredArea = {
        bbox: BBox;
        capturedAt: number;
        label?: string;
    }
    Index
    bbox: BBox
    capturedAt: number
    label?: string