![]() |
![]()
| ![]() |
![]()
NAMEGeo::Coordinates::Converter::Point - the coordinates object SYNOPSISuse strict; use warnings; use Geo::Coordinates::Converter::Point; my $point = Geo::Coordinates::Converter::Point->new({ lat => '35.65580', lng => '139.65580', datum => 'wgs84', format => 'degree', }); my $point = Geo::Coordinates::Converter::Point->new({ lat => '35.39.24.00', lng => '139.40.15.05', datum => 'wgs84', format => 'dms', }); my $clone = $point->clone; my $new_point = $point->converter( degree => 'wgs84' ); DESCRIPTIONaccessor of data concerning coordinates. data is not processed at all. METHODS
AUTHORKazuhiro Osawa <yappo {at} shibuya {dot} pl> LICENSEThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|