NAME

Net::GPSD3::Return::SKY - Net::GPSD3 Return SKY Object

SYNOPSIS

DESCRIPTION

METHODS PROPERTIES

device

tag

time

reported

Count of satellites in view

used

Count of satellites used in calculation

satellites

my $satellites=$sky->satellites(); #[{},...]
my @satellites=$sky->satellites(); #({},...)

satelliteObjects

my @satellites=$sky->satelliteObjects; #(bless{},...)
my $satellites=$sky->satelliteObjects; #[bless{},...]

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.

SEE ALSO

Net::GPSD3