NAME

Geo::Coder::Googlev3 - Google Maps v3 Geocoding API

SYNOPSIS

use Geo::Coder::Googlev3;

my $geocoder = Geo::Coder::Googlev3->new;
my $location = $geocoder->geocode(location => 'Brandenburger Tor, Berlin');

DESCRIPTION

Use this module just like Geo::Coder::Google. Note that no apikey is used in Google's v3 API, and the returned result object differs.

Please check also http://code.google.com/intl/en/apis/maps/documentation/geocoding/ for more information about Google's Geocoding API and especially usage limits.

AUTHOR

Slaven Rezic <srezic@cpan.org>

SEE ALSO

Geo::Coder::Google.