
Geo::Coordinates::Converter::Format::IArea - get center point from iArea

use Geo::Coordinates::Converter;
my $geo = Geo::Coordinates::Converter->new( formats => [qw/ iArea /], format => 'iarea', areacode => '00205' )
my $point = $geo->convert('degree' => 'wgs84');
Geo::Coordinates::Converter->add_default_formats('iArea');
my $geo = Geo::Coordinates::Converter->new( format => 'iarea', areacode => '00205' )
my $point = $geo->convert('degree' => 'wgs84');

Geo::Coordinates::Converter::Format::IArea is utilities for DoCoMo iArea.
easy to get the center point of area.

areacode accessor
areacode accessor


Kazuhiro Osawa, Tokuhiro Matsuno

Geo::Coordinates::Converter::iArea, Location::Area::DoCoMo::iArea

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.