Package org.javlo.service.location
Class IP2LocationResult
- java.lang.Object
-
- org.javlo.service.location.IP2LocationResult
-
public class IP2LocationResult extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
areacode
String
city
String
country_code
String
country_name
String
domain
float
elevation
String
iddcode
String
ip
String
isp
float
latitude
float
longitude
String
mcc
String
mnc
String
mobilebrand
String
netspeed
String
region
String
timezone
String
usagetype
String
weatherstation_code
String
weatherstation_name
String
zipcode
-
-
-
Field Detail
-
ip
public String ip
-
country_code
public String country_code
-
country_name
public String country_name
-
region
public String region
-
city
public String city
-
isp
public String isp
-
latitude
public float latitude
-
longitude
public float longitude
-
domain
public String domain
-
zipcode
public String zipcode
-
timezone
public String timezone
-
netspeed
public String netspeed
-
iddcode
public String iddcode
-
areacode
public String areacode
-
weatherstation_code
public String weatherstation_code
-
weatherstation_name
public String weatherstation_name
-
mcc
public String mcc
-
mnc
public String mnc
-
mobilebrand
public String mobilebrand
-
elevation
public float elevation
-
usagetype
public String usagetype
-
-