
Geo::Google::Latitude - Retrieves a Google Latitude Public Location Badge

use Geo::Google::Latitude; my $gl=Geo::Google::Latitude->new; my $id=7832225593622256926; my $badge=$gl->get($id); #isa L<Geo::Google::Latitude::Badge>

Perl Object Interface to the Google Latitude Public Location Badge. In order to enable Google Latitude down load Google Maps on your mobile device and set the permission to share to the public.

use Geo::Google::Latitude;
my $gl=Geo::Google::Latitude->new(
url=>"http://www.google.com/latitude/apps/badge/api");

Returns a Geo::Google::Latitude blessed object. If you need to over ride the API URL you may do so with the optional url parameter.

Fetches the Google Latitude Public Location Badge from google.com and returns a Geo::Google::Latitude::Badge object initialized with the JSON encoded data.
my $badge=$gl->get($id); #isa L<Geo::Google::Latitude::Badge>
Note: Even though the JSON Google API supports multiple users by using a comma-separated list of user identifiers. This API was written to work for one user identifier at a time.

Log and send to Geo Perl.

Try Geo Perl.

Michael R. Davis
CPAN ID: MRDVT
STOP, LLC
domain=>michaelrdavis,tld=>com,account=>perl
http://www.stopllc.com/

This program is free software licensed under the...
The BSD License
The full text of the license can be found in the LICENSE file included with this module.

http://www.google.com/latitude/apps/badge, http://www.ruwenzori.net/code/latitude2brightkite/, LWP::Simple, URI, JSON::XS, GPS::Point, Geo::Google::Latitude::Badge