Skip to content

HiFX/geolatlong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages