@squawk
    Preparing search index...

    Interface PositionHistoryEntry

    A single recorded position sample for a tracked aircraft, used to build per-aircraft position history.

    interface PositionHistoryEntry {
        position: Position;
        recordedAt: number;
    }
    Index
    position: Position

    The recorded position.

    recordedAt: number

    Unix epoch ms when this position was recorded.