summaryrefslogtreecommitdiff
path: root/src/imports/positioning/positioning.cpp
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-02-20 11:48:13 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-02-25 09:31:11 +0000
commit4de705b32c14f1b528a934c5ca91088ed4c89c6d (patch)
treebfefd9919e3c13097fa74b22a07b45fcf1e927bb /src/imports/positioning/positioning.cpp
parent351e07dc2c96f70867dca6aaf7d2eb2919ba3d01 (diff)
downloadqtlocation-4de705b32c14f1b528a934c5ca91088ed4c89c6d.tar.gz
Add missing documentation for QtPositioning and fix qdoc warnings
Change-Id: I396f937f945f158e7bb19f1f7e4633cfcdeffb72 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/imports/positioning/positioning.cpp')
-rw-r--r--src/imports/positioning/positioning.cpp10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/imports/positioning/positioning.cpp b/src/imports/positioning/positioning.cpp
index 06d409e7..2a010be7 100644
--- a/src/imports/positioning/positioning.cpp
+++ b/src/imports/positioning/positioning.cpp
@@ -86,8 +86,8 @@ QT_BEGIN_NAMESPACE
The latitude, longitude and altitude attributes stored in the coordinate type are represented
as doubles, giving them approximately 16 decimal digits of precision -- enough to specify
- micrometers. The calculations performed in coordinate's methods such as \l azimuthTo() and
- \l distanceTo() also use doubles for all intermediate values, but the inherent inaccuracies in
+ micrometers. The calculations performed in coordinate's methods such as \l {azimuthTo}() and
+ \l {distanceTo}() also use doubles for all intermediate values, but the inherent inaccuracies in
their spherical Earth model dominate the amount of error in their output.
\section1 Example Usage
@@ -132,6 +132,8 @@ QT_BEGIN_NAMESPACE
and a negative latitude indicates the Southern Hemisphere.
If the property has not been set, its default value is NaN.
+ For more details see the \l {QGeoCoordinate::latitude} property
+
\section2 longitude
\code
@@ -143,6 +145,8 @@ QT_BEGIN_NAMESPACE
and a negative longitude indicates the Western Hemisphere
If the property has not been set, its default value is NaN.
+ For more details see the \l {QGeoCoordinate::longitude} property
+
\section2 altitude
\code
@@ -152,6 +156,8 @@ QT_BEGIN_NAMESPACE
This property holds the altitude value (meters above sea level).
If the property has not been set, its default value is NaN.
+ For more details see the \l {QGeoCoordinate::altitude} property
+
\section2 isValid
\code