The Position interface is used to get the GPS position.
org.freedesktop.Gypsy.Position
Description: Get the GPS coordinates.
Bit mask, gives fields validity.
i: tstampThis is the seconds elapsed since epoch.
d: latLatitude in decimal degrees.
d: lonLongitude in decimal degrees.
d: altAltitude in meters.
Description: Emitted when one or more of the fields has changed. See GetPosition() for values.
Bit mask, gives fields validity.
i: tstampThis is the seconds elapsed since epoch.
d: latLatitude in decimal degrees.
d: lonLongitude in decimal degrees.
d: altAltitude in meters.