is not current version
Last Version 1.0.4

com.xlvecle:geohash-poly 1.0.1

A tool written by kotlin for users who want to transform a GeoPolygon to a list of geohashes that cover it.

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

com.xlvecle
ArtifactId

ArtifactId

geohash-poly
Version

Version

1.0.1
Type

Type

jar

Download geohash-poly 1.0.1


<!-- https://jarcasting.com/artifacts/com.xlvecle/geohash-poly/ -->
<dependency>
    <groupId>com.xlvecle</groupId>
    <artifactId>geohash-poly</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.xlvecle/geohash-poly/
implementation 'com.xlvecle:geohash-poly:1.0.1'
// https://jarcasting.com/artifacts/com.xlvecle/geohash-poly/
implementation ("com.xlvecle:geohash-poly:1.0.1")
'com.xlvecle:geohash-poly:jar:1.0.1'
<dependency org="com.xlvecle" name="geohash-poly" rev="1.0.1">
  <artifact name="geohash-poly" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xlvecle', module='geohash-poly', version='1.0.1')
)
libraryDependencies += "com.xlvecle" % "geohash-poly" % "1.0.1"
[com.xlvecle/geohash-poly "1.0.1"]