Q_PROPERTY(boolhomePositionREADhomePositionCONSTANT)///< true: This item is being used as a home position indicator
Q_PROPERTY(QGeoCoordinatecoordinateREADcoordinateWRITEsetCoordinateNOTIFYcoordinateChanged)///< This is the entry point for a waypoint line into the item. For a simple item it is also the location of the item
Q_PROPERTY(doubleterrainAltitudeREADterrainAltitudeNOTIFYterrainAltitudeChanged)///< The altitude of terrain at the coordinate position, NaN if not known
Q_PROPERTY(boolcoordinateHasRelativeAltitudeREADcoordinateHasRelativeAltitudeNOTIFYcoordinateHasRelativeAltitudeChanged)///< true: coordinate.latitude is relative to home altitude
Q_PROPERTY(QGeoCoordinateexitCoordinateREADexitCoordinateNOTIFYexitCoordinateChanged)///< This is the exit point for a waypoint line coming out of the item.
Q_PROPERTY(boolexitCoordinateHasRelativeAltitudeREADexitCoordinateHasRelativeAltitudeNOTIFYexitCoordinateHasRelativeAltitudeChanged)///< true: coordinate.latitude is relative to home altitude
...
...
@@ -72,6 +73,7 @@ public:
Q_PROPERTY(doublealtDifferenceREADaltDifferenceWRITEsetAltDifferenceNOTIFYaltDifferenceChanged)///< Change in altitude from previous waypoint
Q_PROPERTY(doublealtPercentREADaltPercentWRITEsetAltPercentNOTIFYaltPercentChanged)///< Percent of total altitude change in mission altitude
Q_PROPERTY(doubleterrainPercentREADterrainPercentWRITEsetTerrainPercentNOTIFYterrainPercentChanged)///< Percent of terrain altitude in mission altitude
Q_PROPERTY(doubleazimuthREADazimuthWRITEsetAzimuthNOTIFYazimuthChanged)///< Azimuth to previous waypoint
Q_PROPERTY(doubledistanceREADdistanceWRITEsetDistanceNOTIFYdistanceChanged)///< Distance to previous waypoint