NAME

Google::Directions::Response::Route - An individual route suggestion

SYNOPSIS

    my $first_route = shift( @{ $response->routes } );
    ...

ATTRIBUTES

See API documentation here for details.

legs ArrayRef of Google::Directions::Response::Leg
bounds Google::Directions::Response::Bounds
summary A String summary of the route
warnings An ArrayRef of any warnings which occurred
waypoint_order ArrayRef
overview_polyline Google::Directions::Response::Polyline

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.