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(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