Geo::Google::StaticMaps

API for generating URLs for static Google Maps
Download

Geo::Google::StaticMaps Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Martin Atkins
  • Publisher web site:
  • http://search.cpan.org/~mart/

Geo::Google::StaticMaps Tags


Geo::Google::StaticMaps Description

API for generating URLs for static Google Maps Geo::Google::StaticMaps is a Perl module that provides a simple wrapper around generating URLs for Google's Static Maps API. You can find out more about the Static Maps API here: http://code.google.com/apis/maps/documentation/staticmaps/.At the time of writing this module supports all features supported by the Static Maps API, but arguments are provided as a data structure rather than as the (rather inconsistent) string representations required by the API.There is a single public static method, called url, which will return a string containing a static map URL given a data structure of arguments. The various properties and their structures are given below.SYNOPSIS use Geo::Google::StaticMaps; my $url = Geo::Google::StaticMaps->url( key => "your Google Maps API key", size => , center => , zoom => 13, ); Requirements: · Perl


Geo::Google::StaticMaps Related Software