The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Google::Directions::Response::Coordinates - Individual coordinates

SYNOPSIS

    my $first_route = shift( @{ $response->routes } );
    my $bounds = $first_route->bounds;
    printf "Northeast corner at Latitude: %3.5f, Longitude: %3.5f\n",
        $bounds->northeast->lat,
        $bounsd->northeast->lng;

ATTRIBUTES

lat $number (alias: latitude)
lng $number (alias: longitude)

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.