com.github.tornaia.geoip.GeoLiteConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-offline-geoip Show documentation
Show all versions of java-offline-geoip Show documentation
Java Offline GeoIP maps any IP address to its country code
package com.github.tornaia.geoip;
public final class GeoLiteConstants {
private GeoLiteConstants() {
}
public static final int LOCATIONS_CSV_GEO_ID = 0;
public static final int LOCATIONS_CSV_COUNTRY_CODE_ISO = 4;
public static final int IPV_CSV_GEONAME_ID = 1;
public static final int IPV_CSV_REGISTERED_COUNTRY_GEONAME_ID = 2;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy