summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Ehrismann <jehrismann@blackberry.com>2013-04-03 11:02:01 -0400
committerAlex <ablasche@gmail.com>2013-04-04 00:27:58 +0200
commit231b3ac1581d5aaf8bf3c6a70153c6560e215a00 (patch)
tree4087e0605dc8b1bcdab43c7a56ba7bc832be002d /src
parent14573e5f6e5e1dc1eeb9e661ba423b85355d045a (diff)
downloadqtlocation-231b3ac1581d5aaf8bf3c6a70153c6560e215a00.tar.gz
Update the documentation for the Direction attribute of QGeoPositionInfo. The definition is now unambiguous.
Change-Id: I236549a5e046538a00aef3ebff923ee581d0c4b4 Reviewed-by: Alex <ablasche@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/location/qgeopositioninfo.cpp2
1 files changed, 1 insertions, 1 deletions
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.