Build Status

NAME

Geo::Hex::V3::XS - GeoHex implementation with XS. (c-geohex3 Perl5 binding.)

SYNOPSIS

use Geo::Hex::V3::XS;

my $zone = Geo::Hex::V3::XS->new(code => 'XM488276746');

# or

my $zone = Geo::Hex::V3::XS->new(lat => 35.579826, lng => 139.654524, level => 9);

say 'geohex.code:  ', $zone->code;
say 'geohex.lat:   ', $zone->lat;
say 'geohex.lng:   ', $zone->lng;
say 'geohex.level: ', $zone->level;

DESCRIPTION

Geo::Hex::V3::XS is GeoHex implementation.

FUNCTIONS

METHODS

LICENSE

Copyright (C) karupanerura.

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

AUTHOR

karupanerura karupa@cpan.org