geohash-java
geohash-java copied to clipboard
feature proposal: GeoHash.withSizePrecision
It would be a nice touch to be able to initialize the hash based on a bounding box precision measurement, which will just wrap the bit precision call (e.g withSizePrecision(GeoHash.PRECISION_1KM)
or similar). I see there is some size table utility but I can't figure out how to use it in this context.
This is a great idea, I'll try to look into it.
Any news on this? I'd love to have such a feature!
I didn't really have the time to do this yet, but I'll gladly accept well tested PRs. :)