View Single Post
Posts: 724 | Thanked: 1,255 times | Joined on Nov 2007 @ Cambridge, UK
#59
Originally Posted by Sergey Fedchenko View Post
Possible, getting original NMEA data from the device is not a forvard looking solution, since the position can be obtained with non-satellite method?
libqtm-location is a wrapper of liblocation, which does not provide information about magnetic variation, seems to cause errors in this. So that attribute is always invalid.
What you don't understand is, there is no NMEA data from the device. The GPS talks to a user space library call liblocation in a binary protocol. liblocation is then wrapped in the Qt Mobility location APIs. I'm pretty certain that the GPS receiver isn't capable of generating NMEA itself.