r

reversegeocode

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.
https://developers.afrigis.co.za/portfolio/reverse-geocoding/
AfriGIS (Pty) Ltd
Files download
File Operation
reversegeocode-3.0.1.jar download
reversegeocode-3.0.1.pom download
reversegeocode-3.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.afrigis.services</groupId>
  <artifactId>reversegeocode</artifactId>
  <version>3.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.afrigis.services:reversegeocode:3.0.1'
Gradle Kotlin
implementation("com.afrigis.services:reversegeocode:3.0.1")
Scala SBT
libraryDependencies += "com.afrigis.services" % "reversegeocode" % "3.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.afrigis.services', module='reversegeocode', version='3.0.1')
)
Apache Ivy
<dependency org="com.afrigis.services" name="reversegeocode" rev="3.0.1" />
Leiningen
[com.afrigis.services/reversegeocode "3.0.1"]
Apache Buildr
'com.afrigis.services:reversegeocode:jar:3.0.1'