Uses of Class
com.maxmind.minfraud.response.GeoIp2Location
-
Packages that use GeoIp2Location Package Description com.maxmind.minfraud.response -
-
Uses of GeoIp2Location in com.maxmind.minfraud.response
Methods in com.maxmind.minfraud.response that return GeoIp2Location Modifier and Type Method Description GeoIp2Location
IpAddress. getLocation()
Constructors in com.maxmind.minfraud.response with parameters of type GeoIp2Location Constructor Description IpAddress(com.maxmind.geoip2.record.City city, com.maxmind.geoip2.record.Continent continent, GeoIp2Country country, GeoIp2Location location, com.maxmind.geoip2.record.MaxMind maxmind, com.maxmind.geoip2.record.Postal postal, com.maxmind.geoip2.record.Country registeredCountry, com.maxmind.geoip2.record.RepresentedCountry representedCountry, Double risk, List<com.maxmind.geoip2.record.Subdivision> subdivisions, com.maxmind.geoip2.record.Traits traits)
-