TomTom Maps for JavaScript
    Preparing search index...

    Type Alias MonitoredArea

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

    Properties

    bbox: BBox_2
    capturedAt: number
    label?: string