Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 229 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 229 Bytes

ip-geolocator

Java class library to obtain geolocation information for IP addresses and host names.

Usage:

GeoLocator geoLocator = GeoLocator.newInstance();
GeoLocation geoLocation = geoLocator.getGeoLocation();