Rich Bowen > Geo-Cache-0.06 > Geo::Gpx

Download:
Geo-Cache-0.06.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.1   Source  

NAME ^

Geo::Gpx - Create and parse Groundspeak/Geocaching GPX files.

SYNOPSIS ^

    # Should work now
    use Geo::Gpx;
    my $gpx = Geo::Gpx->new( @waypoints );
    my $xml = $gpx->xml;

    # Might work later
    my $gpx = Geo::Gpx->new( xml => $xml );
    my @waypoints = $gps->waypoints;

DESCRIPTION ^

The goal of this module is to produce GPX/XML files which are parseable by both GPX Spinner and EasyGPS.

AUTHOR ^

        Rich Bowen
        rbowen@rcbowen.com

COPYRIGHT ^

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.