NAME

Text::vCard::Part::Geo - Object to handle the Geo part of a vCard

DESCRIPTION

You should not need to access this object directly it will be created as required when you parse a vCard. - not fully implimented!

METHODS

latitude()

my $geo = $vcard->geo();
my $latitude = $geo->latitude();
$geo->latitude($latitude);

longitude()

my $geo = $vcard->geo();
my $longitude = $geo->longitude();
$geo->longitude($longitude);

EXPORT

None by default.

AUTHOR

Leo Lapworth, LLAP@cuckoo.org

SEE ALSO

Text::vCard.