kungfoo / geohash-java

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

added a way to get the geohash's precision #15

Closed danapsimer closed 10 years ago

danapsimer commented 10 years ago

Please ignore the changes to the POM, those were made to integrate the change into our internal build process.

Added a helper method that gives the character precision of the GeoHash so that I would not have to encode that conversion all over my client code.

kungfoo commented 10 years ago

I added the method and raised the version number.