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