Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

geolatlong

geolatlong provides latitude, longitude to city mapping

cities mapping data taken from http://download.geonames.org/export/dump/

Usage Example

try {
	GeoReader reader = new GeoReader.Builder().faster().withDefaultCache(10000000).build();
	Location loc = reader.get(10.0388179, 76.449791);
	System.out.println(loc.getCity() + "/" + loc.getCountry());
}

About

geolatlong provides latitude, longitude to city mapping

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages