· Регистрация 
софт скрипты драйвера форумы блоги  
Пример: windows
Софт
Новости софта
Обзоры
Статьи
Авторам
Софт
Mac Linux PDA/Mobile
Linux Программирование Библиотеки

Страница программы WebService::GoogleMaps 0.07

WebService::GoogleMaps is an automated interface to Google Maps.


  Описание программы   Комментарии (0)   Скриншоты (0)   Файлы (1)  
АвторKarl Lohner
СайтПерейти
Обновление23.11.2006, 23:05
НазваниеWebService GoogleMaps
ВерсияWebService::GoogleMaps 0.07
ЯзыкиАнглийский
ЛицензияPerl Artistic License
СтоимостьБесплатно
СистемыLinux
Размер?
Рейтинг
Голосов: 2

Скачать бесплатно WebService GoogleMaps
Закачек: 99
найти или купить на Allsoft.ru
софт в Allsoft.ru 




Описание программы WebService GoogleMaps
WebService::GoogleMaps is an automated interface to Google Maps.
SYNOPSIS
use WebService::GoogleMaps;
# Set up a new object with a viewport of 640 x 480 pixels
my $gmap = WebService::GoogleMaps->new( 640, 480 );
# Specify a location to view
$gmap->set(
latitude => 40.750275,
longitude => -73.993034,
zoom_level => 4, # valid values are 0..14, lower value is more zoomed
cache_dir => "/tmp", # optional, but recommended! Helps speed up future requests
pan_x => 0, # move viewport to the east (+) or west (-) a number of pixels
pan_y => 0, # move viewport to the south (+) or north (-) a number of pixels
);
# create a GD object containing our bitmapped map object
$gmap->generate_gd();
# or simply
# $gmap->generate_gd(40.750275, -73.993034, 4); # latitude, longitude, zoom_level
my $error = $gmap->error();
$error && print "Error: $errorn";
open (FH, ">", "mymap.png");
binmode FH;
print FH $gmap->{gd}->png;
close(FH);
WebService::GoogleMaps provides an automated interface to Google Maps http://maps.google.com/, which provides free street maps of locations in the USA and Canada. This module allows you to specify an image size, latitude, longitude, and zoom level and returns a GD object containing a street level map.
· Ключевые особенности и характеристики WebService::GoogleMaps 0.07
Не определены
· Ограничения WebService::GoogleMaps 0.07
Ограничения не определены
· Специальные требования WebService::GoogleMaps 0.07
· Perl
· История версий и изменений WebService GoogleMaps
История пуста
· Описание и дополнения от редакторов и пользователей сайта
Пока нет
Связанные статьи, обзоры и новости
Нет относящихся к программе статей и обзоров.


Другие программы от Karl Lohner
Больше не найдено программ этого автора.
     
Похожие программы

Test::C2FIT 0.07
Test::C2FIT is a direct Perl port of Ward Cunningham's FIT acceptance test framework for Java.
07.06.2007, 01:05 | ? | Perl Artistic License | 12


XML::XSLT::Wrapper 0.32
XML::XSLT::Wrapper is a consistent interface to XSLT processors.
06.06.2007, 23:05 | ? | Perl Artistic License | 22


File::FindByRegex 1.2
File::FindByRegex is a Perl wrapper for File::Find.
06.06.2007, 23:05 | ? | Perl Artistic License | 7


makeppgraph 1.50-cvs-070506
makeppgraph is a Perl module with graphical analysis of the dependency graph.
06.06.2007, 21:05 | ? | Perl Artistic License | 7


XML::ApacheFOP 0.03
XML::ApacheFOP is a Perl module that can access Apache FOP from Perl to create PDF files using XSL-FO.
06.06.2007, 19:05 | ? | Perl Artistic License | 8

Разделы