All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.tornaia.geoip.GeoLiteConstants Maven / Gradle / Ivy

There is a newer version: 0.1.12
Show newest version
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