WWW::Yahoo::DrivingDirections

WWW::Yahoo::DrivingDirections is a Perl module to generate driving directions for multiple-stop trips in the United States.
Download

WWW::Yahoo::DrivingDirections Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Kester Allen
  • Publisher web site:
  • http://search.cpan.org/~kester/Chart-Scientific-0.16/lib/Chart/Scientific.pm

WWW::Yahoo::DrivingDirections Tags


WWW::Yahoo::DrivingDirections Description

WWW::Yahoo::DrivingDirections is a Perl module to generate driving directions for multiple-stop trips in the United States. WWW::Yahoo::DrivingDirections is a Perl module to generate driving directions for multiple-stop trips in the United States, courtesy of maps.yahoo.com.ABSTRACTObject-oriented interface to the maps.yahoo.com driving directions.SYNOPSIS use WWW::Yahoo::DrivingDirections; my $yd = WWW::Yahoo::DrivingDirections->new (); $yd->add_stops ( @ARGV ); $yd->get_maps();or use WWW::Yahoo::DrivingDirections; my $yd = WWW::Yahoo::DrivingDirections->new ( { roundtrip => 1, return_html => 1, save_html => 0, save_format => 'output_%d.html', }, 'atlanta, ga', '123 fake st, boston, ma', '0 church st, cambridge, ma', 'LAX', ); $yd->add_stops ( 'paris, tx', '1 main st, springfield, IL' ); $yd->roundtrip ( 1 ); $html_array_ref = $yd->get_maps();WWW::Yahoo::DrivingDirections provides a simple means of generating driving directions for trips with more stops than a start and a finish. Driving from LAX airport to 1 Main St, Portland, OR to Denver, CO? Just do this: use WWW::Yahoo::DrivingDirections; my $yd = WWW::Yahoo::DrivingDirections->new ( 'LAX', '1 Main St, Portland, OR', 'Denver, CO' ); $yd->get_maps();and the directions will be saved in trip_leg_1.html and trip_leg_2.html. Requirements: · Perl


WWW::Yahoo::DrivingDirections Related Software