Added simple compass to routesave dialog. Compass shows direction of motion to eight...
[speedfreak] / Client / gpsdata.h
index 0327c45..f2e42cc 100644 (file)
@@ -27,6 +27,7 @@ public:
     int roundCounter; //testing, move private!!!
 
     double getDistanceTraveled();
+    double getDirection();
 
 private:
     Maemo5Location *location;