Automatically calculation of ground speed
-
I read position (long,lat,alt) and time value from a file and want to show the speed now. What I was expecting is that QGeoPositionInfo::GroundSpeed is being calculated automatically when I do setCoordinate() and setTimestamp(). But ground speed is nan. Is there any hidden function to do the calculation?