Skip to content

Implementation of GeoHashes in java. We try to be/stay compliant to the spec, as far as possible.

Notifications You must be signed in to change notification settings

markharwood/geohash-java

 
 

Repository files navigation

java code for geohashes
--------------------------------

This code implements the geohash library as seen in many other projects.

We will try to keep compliant to the spec such as defined here[geoash, wikipedia], wherever that is possible.
This library uses longs internally, so hashes can no longer be only multiples of 5 bits long. One can easily create a 11-bit bounding box and find 
neighbouring bounding boxes of it.

Currently heavily BETA and everything is still subject to change.

About

Implementation of GeoHashes in java. We try to be/stay compliant to the spec, as far as possible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%