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

What about a doc ? #67

Open icemagno opened 1 year ago

icemagno commented 1 year ago

Where can I find instructions on how to use it? I'm completely lost.

kungfoo commented 1 year ago

I would suggest to start by looking at this: https://en.wikipedia.org/wiki/Geohash After that have a look at the tests of this library and most crucial methods should have ample javadoc comments.

Please let me know, if there is a more specific question that should be addressed with documentation.