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.
What's next?
✅ Release on pub.dev
☑️ Add support for base 4 and base 64 encoded representations.
✅ Neighbouring ✅ Square propagation.