License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdcom.afrigis.services |
ArtifactId | ArtifactIdgeocode |
Version | Version3.0.2 |
Type | Typejar |
Description |
DescriptionAfriGIS Services 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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
geocode-3.0.2.pom | |
geocode-3.0.2.jar | 22 KB |
geocode-3.0.2-sources.jar | 18 KB |
geocode-3.0.2-javadoc.jar | 147 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.afrigis.services/geocode/ -->
<dependency>
<groupId>com.afrigis.services</groupId>
<artifactId>geocode</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.afrigis.services/geocode/
implementation 'com.afrigis.services:geocode:3.0.2'
// https://jarcasting.com/artifacts/com.afrigis.services/geocode/
implementation ("com.afrigis.services:geocode:3.0.2")
'com.afrigis.services:geocode:jar:3.0.2'
<dependency org="com.afrigis.services" name="geocode" rev="3.0.2">
<artifact name="geocode" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.afrigis.services', module='geocode', version='3.0.2')
)
libraryDependencies += "com.afrigis.services" % "geocode" % "3.0.2"
[com.afrigis.services/geocode "3.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.afrigis.services : core | jar | 3.0.2 |
org.slf4j : slf4j-api | jar | 1.7.12 |
com.google.code.findbugs : annotations | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.json : json | jar | 20090211 |
com.afrigis.services » test.util | jar | 3.0.2 |
junit : junit | jar | 4.12 |
org.slf4j : slf4j-log4j12 | jar | 1.7.12 |