Location service: support the concept of waiting for a position

There may be reasons where we want to get the position even if the criteria
aren't met.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-01-01 17:20:30 -08:00
parent a611bb22f7
commit 66cd83a70f
2 changed files with 5 additions and 1 deletions

View file

@ -31,6 +31,7 @@ private:
QString userAgent;
void (*showMessageCB)(const char *msg);
static GpsLocation *m_Instance;
bool waitingForPosition;
public slots:
void serviceEnable(bool toggle);