How to Install and Uninstall libgeo-google-mapobject-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "libgeo-google-mapobject-perl" package

Please follow the guidelines below to install libgeo-google-mapobject-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libgeo-google-mapobject-perl

2. Uninstall "libgeo-google-mapobject-perl" package

This guide let you learn how to uninstall libgeo-google-mapobject-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libgeo-google-mapobject-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgeo-google-mapobject-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libgeo-google-mapobject-perl
Priority: optional
Section: universe/perl
Installed-Size: 97
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.06-2
Depends: perl, libhtml-parser-perl, libjson-perl
Recommends: libhtml-template-pluggable-perl
Filename: pool/universe/libg/libgeo-google-mapobject-perl/libgeo-google-mapobject-perl_0.06-2_all.deb
Size: 25220
MD5sum: 99dde2cb11dcf9a414544104978f1b54
SHA1: 86e27c3315ab498acc96ee9243feae8578d7d547
SHA256: 1a841c90bfb8446253b2ad7822f8d644cd84c90c4e9107c7c665826b38336313
Description-en: module managing the server side of the Google Maps API
Geo::Google::MapObject is intended to provide a server side solution to
working with the Google Maps API. In particular an object of this class
encapsulates a "map" object that provides support for the static maps API,
the javascript maps API, AJAX calls and non-javascript fallback data; but
without making many assumptions about the surrounding framework. It is assumed
that a template framework with support for a "dot" notation is being used,
for example HTML::Template::Pluggable. An important commitment of the module
is support for graceful and consistent fallback to a functional
non-javascript web page.
.
The javascript and static Google map APIs do not behave in quite the same way
when zoom and center are not specified. Specifically it works quite well with
the static maps
(http://code.google.com/apis/maps/documentation/staticmaps/#ImplicitPositioning)
but not so well with the javascript API. To compensate for this the
module gives a choice between: specifying the center and zoom levels;
allowing the APIs and client side code to do whatever they think best; using
a built in algorithm to calculate a sensible zoom and center; and finally
supplying ones own algorithm to calculate a sensible zoom and center.
Description-md5: d362eca449fe63cf6d0fcf84301e726f
Homepage: https://metacpan.org/release/Geo-Google-MapObject
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu