is not current version
Last Version 3.0.2

com.afrigis.services:geocode 3.0.1

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.

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

com.afrigis.services
ArtifactId

ArtifactId

geocode
Version

Version

3.0.1
Type

Type

jar

Download geocode 3.0.1


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