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


Geo-Google-Latitude documentation  | view source Contained in the Geo-Google-Latitude distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

USAGE

Top

METHODS

Top

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

Top

Log and send to Geo Perl.

SUPPORT

Top

Try Geo Perl.

AUTHOR

Top

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

COPYRIGHT

Top

SEE ALSO

Top

http://www.ruwenzori.net/code/latitude2brightkite/, GPS::Point, Geo::Google::Latitude, Geo::GoogleEarth::Document


Geo-Google-Latitude documentation  | view source Contained in the Geo-Google-Latitude distribution.