套件:libgeo-google-mapobject-perl(0.06-3)
libgeo-google-mapobject-perl 的相關連結
Debian 的資源:
下載原始碼套件 libgeo-google-mapobject-perl:
- [libgeo-google-mapobject-perl_0.06-3.dsc]
- [libgeo-google-mapobject-perl_0.06.orig.tar.gz]
- [libgeo-google-mapobject-perl_0.06-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
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://developers.google.com/maps/documentation/staticmaps/?csw=1) 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.
其他與 libgeo-google-mapobject-perl 有關的套件
|
|
|
|
-
- dep: libhtml-parser-perl
- collection of modules that parse HTML text documents
-
- dep: libjson-perl
- module for manipulating JSON-formatted data
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- rec: libhtml-template-pluggable-perl
- extension of HTML::Template with plugin support