Added feature: GPS on/off and checks if at least 4 satellites is in use.
[speedfreak] / Client / maemo5location.h
index c16decb..2e69b75 100755 (executable)
@@ -20,9 +20,12 @@ public:
     Maemo5Location(QObject* parent = 0);
     ~Maemo5Location();
 
+    void startPollingGPS();
+    void stopPollingGPS();
     int getSatellitesInUse();
     int getSatellitesInView();
     int getSignalStrength();
+    bool getGpsOnline();
     double getLatitude();
     double getLongitude();
     double getTime();