Uses of Class
com.iizix.geo.RegionLocation.Connection
Packages that use RegionLocation.Connection
Uses of RegionLocation.Connection in com.iizix.geo
Methods in com.iizix.geo that return RegionLocation.ConnectionModifier and TypeMethodDescriptionstatic RegionLocation.Connection
RegionLocation.connectionFrom
(String asn, String isp) Creates a Connection instance from the ASN and ISP parameters.RegionLocation.getConnection()
The connection, null for none.Constructors in com.iizix.geo with parameters of type RegionLocation.ConnectionModifierConstructorDescriptionRegionLocation
(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.