NAME
Geo::H3::Base - H3 Geospatial Hexagon Indexing System Base Object
SYNOPSIS
In Package
use base qw{Geo::H3::Base};
In Code
my $gh3 = Geo::H3->new;
DESCRIPTION
H3 Geospatial Hexagon Indexing System Base Object provides new and ffi methods to children objects.
CONSTRUCTOR
new
my $obj = Package::New->new(key=>$value, ...);
OBJECT ACCESSORS
ffi
Returns a Geo::H3::FFI object
SEE ALSO
AUTHOR
Michael R. Davis
COPYRIGHT AND LICENSE
MIT License
Copyright (c) 2021 Michael R. Davis