An easy-to-implement library that can assist Java developers in using the
GeoHash algorithm in order to create geocodes based on custom latitude and longitude values.
With the help of jGeohash, Java developers will be able to quickly and easily generate
a geohash code using user-defined latitude and longitude values.
By using the GeoHash algorithm, the space can be divided into multiple grid shapes.
This library is a basic implementation from the GeoHash algorithm written in the java
and can be applied to generate from the latitude and longitude a geohash code and reverse.
The library is kept simple and have no dependencies to other libraries.
Download JD-GUI to open JAR file and explore Java source code file (.class .java)
Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jgeohash-2.5.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.