X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2Fmaemo5location.h;h=2e69b75f5f7027bffe2a87536fb2fef84d5a5128;hp=c16decb9b1d5414394630cc6de585ac60ec7113a;hb=431e1a47738b2f723789de366eead08c4e2b5fd2;hpb=cd00a43ecd3bc1a2e5fb021582abc778e714bc96 diff --git a/Client/maemo5location.h b/Client/maemo5location.h index c16decb..2e69b75 100755 --- a/Client/maemo5location.h +++ b/Client/maemo5location.h @@ -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();