...
[jspeed] / src / location.h
index 656be1c..92f6c46 100644 (file)
@@ -61,9 +61,12 @@ public:
     ~Location();
     void start();
     void end();
+    bool hasFix() const;
+    double getSignalStrength() const;
     static void setUnit(Unit unit);
     static Unit getUnit();
     static double getUnitMultiplier();
+    static double getMeterMultiplier();
 
 signals:
     void locationChanged(Location::Fix const& fix);