Package com.smartfoxserver.v2.util
Class Country
- java.lang.Object
-
- com.smartfoxserver.v2.util.Country
-
public class Country extends java.lang.Object
Provides country name and iso code for geolocation.
-
-
Constructor Summary
Constructors Constructor Description Country(com.maxmind.geoip2.record.Country ctry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getIsoCode()
The ISO code of the country (e.g.java.lang.String
getName()
Name of the country
-