kungfoo / geohash-java

Implementation of GeoHashes in java. We try to be/stay compliant to the spec, as far as possible.
Other
981 stars 310 forks source link

feature proposal: GeoHash.withSizePrecision #23

Open dvirsky opened 8 years ago

dvirsky commented 8 years ago

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.

kungfoo commented 6 years ago

This is a great idea, I'll try to look into it.

muety commented 5 years ago

Any news on this? I'd love to have such a feature!

kungfoo commented 5 years ago

I didn't really have the time to do this yet, but I'll gladly accept well tested PRs. :)