24#include <QGeoCoordinate>
50 [[nodiscard]]
auto isValid() const ->
bool
57using FlightTrack = QList<TrackPoint>;
A single point along a recorded flight track.
double pressureAltitude
Pressure altitude in meters, or NaN if unknown.
auto isValid() const -> bool
Check if this track point has valid data.
QDateTime timestamp
UTC timestamp of this fix.
QGeoCoordinate coordinate
Geographic position (latitude, longitude, and GPS altitude in meters MSL).