g

geocode

Forward Geocoding matches an address to its correct location on the map by converting an address into geographical coordinates. Applications submit addresses or a search string containing partial address information. The result is either a single record exactly matching the input, or a set of records ranked by relevance when the input is ambiguous.
https://developers.afrigis.co.za/portfolio/search/
AfriGIS (Pty) Ltd
Files download
File Operation
geocode-2.0.2.jar download
geocode-2.0.2.pom download
geocode-2.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.afrigis.services</groupId>
  <artifactId>geocode</artifactId>
  <version>2.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.afrigis.services:geocode:2.0.2'
Gradle Kotlin
implementation("com.afrigis.services:geocode:2.0.2")
Scala SBT
libraryDependencies += "com.afrigis.services" % "geocode" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.afrigis.services', module='geocode', version='2.0.2')
)
Apache Ivy
<dependency org="com.afrigis.services" name="geocode" rev="2.0.2" />
Leiningen
[com.afrigis.services/geocode "2.0.2"]
Apache Buildr
'com.afrigis.services:geocode:jar:2.0.2'