NAME

Geo::Google::Location - A geographical point

SYNOPSIS

use Geo::Google::Point;
# you shouldn't need to construct these yourself,
# have a Geo::Google object do it for you. 

DESCRIPTION

OBJECT METHODS

Geo::Google::Location objects provide the following accessor methods

Method      Description
------      -----------
icon        an icon to use when drawing this point.
id          a unique identifier for this point.
infostyle   unknown function.
latitude    latitude of the point, to hundred-thousandth degree precision.
lines       a few lines describing the point, useful as a label
longitude   longitude of the point, to hundred-thousandth degree precision.
title       a concise description of the point.
toString    a method that renders the point in Google Maps XML format.

SEE ALSO

Geo::Google

AUTHOR

Allen Day, <allenday@ucla.edu>

COPYRIGHT AND LICENSE

Copyright (C) 2005 by Allen Day

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.3 or, at your option, any later version of Perl 5 you may have available.