I reply to myself :

- the gps icon stays in the status bar because i didn't use this :
   location_gpsd_control_stop (mainview->control);

- In location-gps-device.h, I read :
/**
 * LocationGPSDeviceFix:
 * @mode: The mode of the fix
 * @fields: A bitfield representing what fields contain valid data
 * @time: The timestamp of the update
 * @ept: Estimated time uncertainty
 * @latitude: Fix latitude
 * @longitude: Fix longitude
 * @eph: Horizontal position uncertainty
 * @altitude: Fix altitude (in metres)
 * @epv: Vertical position uncertainty
 * @track: The current direction of motion (in degrees between 0 and 359)
 * @epd: Track uncertainty
 * @speed: Current speed (in km/h)
 * @eps: Speed uncertainty
 * @climb: Current rate of climb (in m/s)
 * @epc: Climb uncertainty
 *
 * The details of the fix
 */

So : Current speed (in km/h)
But it does not match with my real speed...
Maybe a conversion issue in my code......

David.


David Hautbois wrote:
> Hi
> I've some questions about liblocation and gpsd :
> I connected the changed signal to a callback function.
>
> - one time out of two, device->fix->speed =nan
>     Some information about that ?
>
> - When my application quit, the gps icon stays in the status bar
>    I don't remember to have this issue with chinook.
>    Did I forget to destroy some data or pointer before quitting ?
>
> - What is the speed unit ?
>
> Thanks.
>
> David.
>
>   

-- 
Web site : http://david.hautbois.free.fr
Tablet users map : http://david.hautbois.free.fr/maps/index.php


_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to