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

List of GeoHashes within corner points of map #60

Open kir-er opened 2 years ago

kir-er commented 2 years ago

Hi!

Just wondering if this library is able to form a list of geohashes of some precision (precision as a parameter as well as corners coordinates) which are within 2 corner points of map (ne and sw). Or this feature is probably going to be released? I mean "true" geohashes with valid 32Base string value.

For now I found this function only in ClickHouse geohashesInBox method