1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: libgeo-coder-googlev3-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>,
Angel Abad <angel@debian.org>,
gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 9.20120312)
Build-Depends-Indep: libjson-xs-perl,
liburi-perl,
libwww-perl,
perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgeo-coder-googlev3-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgeo-coder-googlev3-perl.git
Homepage: https://metacpan.org/release/Geo-Coder-Googlev3/
Package: libgeo-coder-googlev3-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libjson-xs-perl,
liburi-perl,
libwww-perl
Description: Perl module providing access to Google Maps v3 Geocoding API
Geo::Coder::GoogleV3 is a Perl module that provides access to Google's
Google Map API v3. Note that v3 does not require an apikey and the data
structure returned is different than previous versions of the API.
.
Check http://code.google.com/intl/en/apis/maps/documentation/geocoding/
for more information about Google's Geocoding API and especially usage
limits.
|