Uploaded image for project: 'Qt Mobility'
  1. Qt Mobility
  2. QTMOBILITY-1820

groundspeed info arrive period is too long in 1.1.3.1

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • None
    • 1.1.x
    • Location
    • None
    • E7, N8, Symbian Anna

      I'm using the following code to obtain GPS data each second:

      locationDataSource = QGeoPositionInfoSource::createDefaultSource(this);
      if (locationDataSource)

      { locationDataSource->setPreferredPositioningMethods(QGeoPositionInfoSource::AllPositioningMethods); QObject::connect(locationDataSource, SIGNAL(positionUpdated(QGeoPositionInfo)), this, SLOT(positionUpdated(QGeoPositionInfo))); locationDataSource->startUpdates(); }

      After updating to Symbian Anna and updating QtMobility component to revision 1.1.3.1, QGeoPositionInfo::GroundSpeed attribute of QGeoPositionInfo is arrive each 15 seconds or even more
      GPS position arrives each second as defined
      After rolling back QtMobility to 1.1.3 GroundSpeed arrives ones per second

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            dalaing David Laing (closed Nokia identity) (Inactive)
            vladest Vlad Stelmahovsky
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes