Last updated:
0 purchases
hilbert geohash
hilbert_geohash #
Geohash a lng/lat coordinate using hilbert space filling curves written in dart.
Example #
HilbertGeoHash().encode(double latitude, double longitude,int precision,4) // returns base16(4 bit) geohash representation.
copied to clipboard
What's next? #
✅ Release on pub.dev
☑️ Add support for base 4 and base 64 encoded representations.
☑️ Neighbouring
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.