Address-PostCode-UK
view release on metacpan or search on metacpan
lib/Address/PostCode/UK/Place/Geo.pm view on Meta::CPAN
package Address::PostCode::UK::Place::Geo;
$Address::PostCode::UK::Place::Geo::VERSION = '0.18';
$Address::PostCode::UK::Place::Geo::AUTHORITY = 'cpan:MANWAR';
=head1 NAME
Address::PostCode::UK::Place::Geo - Placeholder for 'geo' of the Address::PostCode::UK::Place.
=head1 VERSION
Version 0.18
=cut
use 5.006;
use Data::Dumper;
use Moo;
use namespace::autoclean;
has 'lat' => (is => 'ro');
has 'lng' => (is => 'ro');
has 'easting' => (is => 'ro');
has 'northing' => (is => 'ro');
has 'geohash' => (is => 'ro');
=head1 METHODS
=head2 lat()
=head2 lng()
=head2 easting()
=head2 northing()
=head2 geohash()
=head1 AUTHOR
Mohammad S Anwar, C<< <mohammad.anwar at yahoo.com> >>
=head1 REPOSITORY
L<https://github.com/manwar/Address-PostCode-UK>
=head1 BUGS
Please report any bugs or feature requests to C<bug-address-postcode-uk at rt.cpan.org>,
or through the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Address-PostCode-UK>.
I will be notified, and then you'll automatically be notified of progress on your
bug as I make changes.
=head1 SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Address::PostCode::UK::Place::Geo
You can also look for information at:
=over 4
=item * RT: CPAN's request tracker (report bugs here)
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Address-PostCode-UK>
=item * AnnoCPAN: Annotated CPAN documentation
L<http://annocpan.org/dist/Address-PostCode-UK>
=item * CPAN Ratings
L<http://cpanratings.perl.org/d/Address-PostCode-UK>
=item * Search CPAN
L<http://search.cpan.org/dist/Address-PostCode-UK/>
( run in 0.827 second using v1.01-cache-2.11-cpan-39bf76dae61 )