MATSUNO★Tokuhiro > Geo-Coordinates-Converter-iArea-0.08 > Geo::Coordinates::Converter::Format::IArea

Download:
Geo-Coordinates-Converter-iArea-0.08.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source   Latest Release: Geo-Coordinates-Converter-iArea-0.09

NAME ^

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

SYNOPSIS ^

  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');

DESCRIPTION ^

Geo::Coordinates::Converter::Format::IArea is utilities for DoCoMo iArea.

easy to get the center point of area.

EXPORT METHODS ^

Geo::Coordinates::Converter->areacode

areacode accessor

Geo::Coordinates::Converter::Point->areacode

areacode accessor

INTERNAL METHODS ^

name
detect
from
to

DO NOT USE DIRECTLY

AUTHOR ^

Kazuhiro Osawa, Tokuhiro Matsuno

SEE ALSO ^

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

LICENSE ^

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