is not current version
Last Version 3.0.2

com.afrigis.services:reversegeocode 3.0.1

The AfriGIS Reverse Geocoding API takes a coordinate (latitude, longitude) and finds the closest address, street or crossing street nearest to the point. It can also determine to what suburb or town the point belongs to.

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

com.afrigis.services
ArtifactId

ArtifactId

reversegeocode
Version

Version

3.0.1
Type

Type

jar

Download reversegeocode 3.0.1


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