The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

  GPS::gpsd::point is an internal module that provides an object interface for a gps point.

SYNOPSIS

  use GPS::gpsd;
  $gps = new GPS::gpsd(  host    => 'localhost',
                         port      => 2947
                );
  my $point=$gps->get(); #$point is a GPS::gpsd::point object
  print $point->latitude;

DESCRIPTION

GETTING STARTED

KNOWN LIMITATIONS

BUGS

  No known bugs.

EXAMPLES

AUTHOR

  Michael R. Davis, qw/gpsd michaelrdavis com/

SEE ALSO

1 POD Error

The following errors were encountered while parsing the POD:

Around line 159:

You forgot a '=back' before '=head1'