Package com.smartfoxserver.v2.util
Class Country
- java.lang.Object
-
- com.smartfoxserver.v2.util.Country
-
public class Country extends java.lang.ObjectProvides 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.StringgetIsoCode()The ISO code of the country (e.g.java.lang.StringgetName()Name of the country
-