NAME

Geo::Google::Latitude::Badge - Google Latitude Public Location Badge Object

SYNOPSIS

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

DESCRIPTION

USAGE

METHODS

id

error

Returns if there was an HTTP error

status

Return the HTTP status line

lat

lon

timeStamp

accuracyInMeters

reverseGeocode

photoImg

Returns the <img /> tag for the photo.

photoUrl

photoWidth

photoHeight

placardImg

Returns the <img /> tag for the placard.

placardUrl

placardWidth

placardHeight

point

Returns a GPS::Point object

BUGS

Send email to author, geo-perl email list and log on RT.

SUPPORT

DavisNetworks.com supports all Perl applications including this package.

AUTHOR

Michael R. Davis
CPAN ID: MRDVT
STOP, LLC
domain=>michaelrdavis,tld=>com,account=>perl
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

http://www.ruwenzori.net/code/latitude2brightkite/, GPS::Point