From 231b3ac1581d5aaf8bf3c6a70153c6560e215a00 Mon Sep 17 00:00:00 2001 From: Jim Ehrismann Date: Wed, 3 Apr 2013 11:02:01 -0400 Subject: Update the documentation for the Direction attribute of QGeoPositionInfo. The definition is now unambiguous. Change-Id: I236549a5e046538a00aef3ebff923ee581d0c4b4 Reviewed-by: Alex --- src/location/qgeopositioninfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/location/qgeopositioninfo.cpp b/src/location/qgeopositioninfo.cpp index 289d9f3f..6719869f 100644 --- a/src/location/qgeopositioninfo.cpp +++ b/src/location/qgeopositioninfo.cpp @@ -73,7 +73,7 @@ public: \enum QGeoPositionInfo::Attribute Defines the attributes for positional information. - \value Direction The bearing to true north from the direction of travel, in degrees. + \value Direction The bearing measured in degrees clockwise from true north to the direction of travel. \value GroundSpeed The ground speed, in meters/sec. \value VerticalSpeed The vertical speed, in meters/sec. \value MagneticVariation The angle between the horizontal component of the magnetic field and true north, in degrees. Also known as magnetic declination. A positive value indicates a clockwise direction from true north and a negative value indicates a counter-clockwise direction. -- cgit v1.2.1