Added signal strength indicator to detail screen. Changed speed treshold to change...
[jspeed] / src / location.h
index 656be1c..a431cf8 100644 (file)
@@ -61,6 +61,8 @@ public:
     ~Location();
     void start();
     void end();
+    bool hasFix() const;
+    double getSignalStrength() const;
     static void setUnit(Unit unit);
     static Unit getUnit();
     static double getUnitMultiplier();