hilbert_geohash 0.0.2 hilbert_geohash: ^0.0.2 copied to clipboard
Geohash a lng/lat coordinate using hilbert space filling curves.
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.