Uses of Class
com.iizix.geo.RegionLocation.Language
Packages that use RegionLocation.Language
Uses of RegionLocation.Language in com.iizix.geo
Methods in com.iizix.geo that return RegionLocation.LanguageModifier and TypeMethodDescriptionRegionLocation.getLanguages()
The languages spoken in the country, null if information is not available.static RegionLocation.Language
RegionLocation.languageFrom
(String code, String name, String nativeName) Creates or gets a cached version of the language.Constructors in com.iizix.geo with parameters of type RegionLocation.LanguageModifierConstructorDescriptionRegionLocation
(String ipAddress, String continent, String continentCode, String country, String countryISO, int countryConfidence, String region, String regionCode, String city, String cityISO, int cityConfidence, String zipCode, int zipCodeConfidence, double longitude, double latitude, double accuracyRadius, String geoNameID, RegionLocation.Timezone timezone, RegionLocation.Currency currency, RegionLocation.Language[] languages, RegionLocation.Connection connection, RegionLocation.Security security) Creates an instance of the region information.