DOC

com.afrigis.services : reversegeocode

Maven & Gradle

Jul 19, 2017
1 stars

AfriGIS 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.

Table Of Contents

Latest Version

Download com.afrigis.services : reversegeocode Javadoc & API Documentation - Latest Versions:

All Versions

Download com.afrigis.services : reversegeocode Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.0.x
2.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file reversegeocode-3.0.2-javadoc.jar to reversegeocode-3.0.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder reversegeocode-3.0.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "reversegeocode-3.0.2-sources.jar" -d "reversegeocode-3.0.2-javadoc" -subpackages 

Advertisement