GPS::Poi

Perl extension for 'ov2' file extension of POI (Point of Interrest) for tomtom GPS
Download

GPS::Poi Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Eric German
  • Publisher web site:
  • http://search.cpan.org/~egerman/

GPS::Poi Tags


GPS::Poi Description

Perl extension for 'ov2' file extension of POI (Point of Interrest) for tomtom GPS GPS::Poi is a Perl class who provides a variety of low- and high-level methods for parsing 'ov2' extention file of POI (Point of Interrest). 'ov2' is Tomtom GPS format . Tomtom is trade mark .SYNOPSIS use GPS::Poi; my $poi = GPS::Poi->new(); my $nb = $poi->parse({file => 'myfile.ov2' }); my @list = $poi->all_as_list(); my $dump = $poi->dump_list(); print $dump; Requirements: · Perl


GPS::Poi Related Software