Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
Google::Directions::Response - The response to a directions request
SYNOPSIS
my $response = $goog->directions(
origin => '25 Thompson Street, New York, NY, United States',
destination => '34 Lafayette Street, New York, NY, United States',
);
if( $response->status ne 'OK' ){
die( "Status: " . $response->status );
}
...
ATTRIBUTES
- status A text representation of the success of the query.
-
See API documentation here for details.
- routes An ArrayRef of Google::Directions::Response::Route objects
AUTHOR
Robin Clarke, <perl at robinclarke.net>
LICENSE AND COPYRIGHT
Copyright 2012 Robin Clarke.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.