Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
Geo::Google::StaticMaps::V2::Base - Generate Images from Google Static Maps API V2 API
SYNOPSIS
use Geo::Google::StaticMaps::V2;
my $map=Geo::Google::StaticMaps::V2->new;
my $marker=$map->marker(lacation=>[$lat=>$lon]); #isa Geo::Google::StaticMaps::V2::Base
DESCRIPTION
The packages generates images from the Google Static Maps API V2 API which can be saved locally for use in accordance with your license with Google.
USAGE
initialize
stringify
locations
Returns the locations array which can be set upon construction.
PROPERTIES
color
color: (optional) specifies a 24-bit color (example: color=0xFFFFCC) or a predefined color from the set {black, brown, green, purple, yellow, blue, gray, orange, red, white}.
METHODS
addLocation
$marker->addLocation("Clifton, VA");
BUGS
SUPPORT
AUTHOR
Michael R. Davis
CPAN ID: MRDVT
Satellite Tracking of People, LLC
mdavis@stopllc.com
http://www.stopllc.com/
COPYRIGHT
This program is free software licensed under the...
The General Public License (GPL) Version 2, June 1991
The full text of the license can be found in the LICENSE file included with this module.
SEE ALSO
Geo::Google::StaticMaps, Geo::Google::MapObject, Net::Flickr::Geo::GoogleMaps