NAME
Geo::Coordinates::Converter::Point::ISO6709 - location point class for ISO6709
SYNOPSIS
use Geo::Coordinates::Converter::Point::ISO6709;
my $point = Geo::Coordinates::Converter::Point::ISO6709->new({
iso6709 => '+35.36083+138.72750+3776CRSWGS_84/',
}),
METHOD
iso6709
can you set the ISO6709 string.
AUTHOR
Kazuhiro Osawa <yappo {at} shibuya {dot} pl>
SEE ALSO
Geo::Coordinates::Converter::Format::ISO6709, Geo::Coordinates::Converter::Point
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.