The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Google::Directions::Response::Polyline - sequence of points making a polyline

SYNOPSIS

    my $poly = $route->overview_polyline();
    foreach( @{ $poly->points } ){
        # Do something with the coordinates...
    }

ATTRIBUTES

points ArrayRef of Google::Directions::Response::Coordinates

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.