Take me over?
NAME
Net::GPSD3::Return::VERSION - Net::GPSD3 Return Version Object
SYNOPSIS
DESCRIPTION
METHODS PROPERTIES
device
Name of originating device.
tag
Type tag associated with this GPS sentence; from an NMEA device this is just the NMEA sentence type.
mode
NMEA mode: %d, 0=no mode value yet seen, 1=no fix, 2=2D, 3=3D.
time
Seconds since the Unix epoch, UTC. May have a fractional part of up to .01sec precision.
lat
Latitude in degrees: +/- signifies West/East
lon
Longitude in degrees: +/- signifies North/South.
alt
Altitude in meters.
speed
Speed over ground, meters per second.
track
Course over ground, degreesfrom true north.
climb
Climb (postive) or sink (negative) rate, meters per second.
ept
Estimated timestamp error (%f, seconds, 95% confidence).
epx
epy
Latitude error estimate in meters, 95% confidence.
epv
Estimated vertical error in meters, 95% confidence.
eps
Speed error estimate in meters/sec, 95% confifdence.
epd
Direction error estinmate in degrees, 95% confifdence.
epc
Climb/sink error estinmate in meters/sec, 95% confifdence.
METHODS VALUE ADDED
point
Returns a GPS::Point Object
BUGS
Log on RT and Send to gpsd-dev email list
SUPPORT
Try gpsd-dev email list
AUTHOR
Michael R. Davis
CPAN ID: MRDVT
STOP, LLC
domain=>michaelrdavis,tld=>com,account=>perl
http://www.stopllc.com/
COPYRIGHT
This program is free software licensed under the...
The BSD License
The full text of the license can be found in the LICENSE file included with this module.