I went for a walk with a real device, E7, in offline mode, not even a SIM card
is installed.
After Nokia Maps picked my location via GPS, it took a while before
lastKnownPosition() started returning the new locations, like tens of seconds.
I have a button in UI that calls this snippet of code:
if (_posSource) {
_posSource->requestUpdate(0);
QGeoPositionInfo pos = _posSource->lastKnownPosition();
if (pos.coordinate().isValid()) {
// came here all the time, but position timestamp and coordinates where
// for
....
Qt 4.6.3, Mobility 1.0.2
So any idea why there is this delay in updating lastKnownPosition, even after
the hardware obviously has a GPS fix?
Thanks,
Harri
http://mpaja.com/
_______________________________________________
Qt-mobility-feedback mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-mobility-feedback