Added comments and debug prints.
[situare] / src / gps / gpscommon.h
index 80f76ba..f360eba 100644 (file)
@@ -26,6 +26,7 @@
 #include <QObject>
 
 const int GPS_ACCURACY_UNDEFINED = -1; ///< Value used when accuracy is undefined
+const int GPS_COORDINATE_UNDEFINED = -1000; ///< Value used when coordinate is undefined
 
 const qreal GPS_MAX_LATITUDE = 85.05112877980659237802;  ///< Maximum latitude value
 const qreal GPS_MIN_LATITUDE = -GPS_MAX_LATITUDE; ///< Minimum latitude value