NAME
Geo::Coordinates::Converter::Point::Geohash - location point class for Geohash
SYNOPSIS
use Geo::Coordinates::Converter::Point::Geohash;
my $point = Geo::Coordinates::Converter::Point::Geohash->new({
geohash => 'xn76gg',
});
METHOD
geohash
can you set the Geohash string.
AUTHOR
Kazuhiro Osawa <yappo {at} shibuya {dot} pl>
SEE ALSO
Geo::Coordinates::Converter::Format::Geohash, Geo::Coordinates::Converter::Point
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.