Does anyone know how to log the GPS data in NMEA format on the Symbian 3 device? Using Qt or Symbian C++.
Thanks.
Does anyone know how to log the GPS data in NMEA format on the Symbian 3 device? Using Qt or Symbian C++.
Thanks.
--------------------------------------------------------
Ling
You can use published SDK APIs to get the location data, and then save it in NMEA or any format you wish into a file, or send to wherever you want to store it. There's probably no ready-made API to do that directly (just to get the location info in whatever format the APIs return it in), but I'm not that familiar with the Qt/Symbian APIs...
NMEAXmit - a NMEA dumper for S60 3rd Edition (and later) should be still a valid option. Give it a ... build.
-- Lucian