Uses of Class
com.iizix.geo.RegionLocation.Currency
Packages that use RegionLocation.Currency
Uses of RegionLocation.Currency in com.iizix.geo
Methods in com.iizix.geo that return RegionLocation.CurrencyModifier and TypeMethodDescriptionstatic RegionLocation.Currency
RegionLocation.currencyFrom
(String code, String name, String pluralName, String symbol, String nativeSymbol) Creates or gets a cached version of the currency.RegionLocation.getCurrency()
The currency, null for none.Constructors in com.iizix.geo with parameters of type RegionLocation.CurrencyModifierConstructorDescriptionRegionLocation
(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.