GeoLocation
- Print
- PDF
GeoLocation
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
This is the GeoLocation response information.
Syntax
The syntax is as follows.
private String contry;
private String code;
private String r1;
private String r2;
private String r3;
private float lat;
private float long;
private String net;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
country | String | - | Country code corresponding to the IP address
|
code | String | - | Administrative region codes defined by the Ministry of the Interior and Safety of the Republic of Korea |
r1 | String | - | Do, metropolitan city, state |
r2 | String | - | Si, gun, gu |
r3 | String | - | Dong, myeon, eup |
lat | Number | - | Latitude |
long | Number | - | Longitude |
net | String | - | Network provider name |
Was this article helpful?