Hi Dave,
Thanks for the new documentation. You are correct after the overview section they have mentioned the ways.
I have thoroughly read those points & same way I am implementing my test application.
There, they have mentioned that
HTML Code:
The LogFilePositionSource class in examples/logfilepositionsource shows how to subclass QGeoPositionInfoSource to create a custom location data source.
This example class reads location data from a text file, log.txt. The file specifies location data using a simple text format: it contains one location update per line, where each line contains a date/time, a latitude and a longitude, separated by spaces. The date/time is in ISO 8601 format and the latitude and longitude are in degrees decimal format. Here is an excerpt from log.txt:
2009-08-24T22:25:01 -27.576082 153.092415
2009-08-24T22:25:02 -27.576223 153.092530
2009-08-24T22:25:03 -27.576364 153.092648
I have implemented the same way they have discussed in the documentation.
Again I am saying that I got the result by your suggestion from your previous posts by updating the .pro file.
I have checked twice or thrice but did not get any success.
I am extremely sorry if I am doing anything wrong.
My query is that, Will that log file get appended with the real GPS value if I uncomment "timeout" from requestUpdate() function?
I will also try the other examples you have given in the new help url.
Please suggest me so that I can check it.