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
文件下载
文件名 操作
reversegeocode-3.0.2.jar 下载
reversegeocode-3.0.2.pom 下载
reversegeocode-3.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.afrigis.services</groupId>
  <artifactId>reversegeocode</artifactId>
  <version>3.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.afrigis.services:reversegeocode:3.0.2'
Gradle Kotlin
implementation("com.afrigis.services:reversegeocode:3.0.2")
Scala SBT
libraryDependencies += "com.afrigis.services" % "reversegeocode" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.afrigis.services', module='reversegeocode', version='3.0.2')
)
Apache Ivy
<dependency org="com.afrigis.services" name="reversegeocode" rev="3.0.2" />
Leiningen
[com.afrigis.services/reversegeocode "3.0.2"]
Apache Buildr
'com.afrigis.services:reversegeocode:jar:3.0.2'