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

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

DESCRIPTION

Geo::Coder::Google provides a geocoding functionality using Google Maps API.

See Geo::Coder::Google::V2 for V2 API usage.

See Geo::Coder::Google::V3 for V3 API usage.

new

  my $geocoder=Geo::Coder::Google->new(apiver=>2);
  my $geocoder=Geo::Coder::Google->new(apiver=>3);