Locale::Country::Geo - Module for country geographic location data


Locale-Country-Geo documentation  | view source Contained in the Locale-Country-Geo distribution.

Index


NAME

Top

Locale::Country::Geo - Module for country geographic location data

VERSION

Top

Version 0.01

SYNOPSIS

Top

    use Locale::Country::Geo;
    my ($lat, $lon) = Locale::Country::Geo->geolocation('tw');

DESCRIPTION

Top

The information are from google's geocoding service. You can obtain the data by running scripts/reload.pl.

METHODS

Top

geolocation

AUTHOR

Top

clkao, <clkao at clkao.org>

BUGS

Top

Please report any bugs or feature requests to bug-locale-country-geo at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Locale-Country-Geo. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc Locale::Country::Geo

You can also look for information at:

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Locale-Country-Geo

* CPAN Ratings

http://cpanratings.perl.org/d/Locale-Country-Geo

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Locale-Country-Geo

* Search CPAN

http://search.cpan.org/dist/Locale-Country-Geo

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


Locale-Country-Geo documentation  | view source Contained in the Locale-Country-Geo distribution.