is not current version
Last Version 2.5.2

de.alpharogroup:jgeohash 2.4.0

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.

Categories

Categories

Geo Business Logic Libraries Geospatial Jgeohash
GroupId

GroupId

de.alpharogroup
ArtifactId

ArtifactId

jgeohash
Version

Version

2.4.0
Type

Type

pom

Download jgeohash 2.4.0

Filename Size
jgeohash-2.4.0.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/de.alpharogroup/jgeohash/ -->
<dependency>
    <groupId>de.alpharogroup</groupId>
    <artifactId>jgeohash</artifactId>
    <version>2.4.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.alpharogroup/jgeohash/
implementation 'de.alpharogroup:jgeohash:2.4.0'
// https://jarcasting.com/artifacts/de.alpharogroup/jgeohash/
implementation ("de.alpharogroup:jgeohash:2.4.0")
'de.alpharogroup:jgeohash:pom:2.4.0'
<dependency org="de.alpharogroup" name="jgeohash" rev="2.4.0">
  <artifact name="jgeohash" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.alpharogroup', module='jgeohash', version='2.4.0')
)
libraryDependencies += "de.alpharogroup" % "jgeohash" % "2.4.0"
[de.alpharogroup/jgeohash "2.4.0"]