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