/AWS1/CL_GDYGEOLOCATION¶
Contains information about the location of the remote IP address. By default, GuardDuty
returns Geolocation with Lat and Lon as 0.0.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_lat TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The latitude information of the remote IP address.
iv_lon TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The longitude information of the remote IP address.
Queryable Attributes¶
Lat¶
The latitude information of the remote IP address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAT() |
Getter for LAT, with configurable default |
ASK_LAT() |
Getter for LAT w/ exceptions if field has no value |
STR_LAT() |
String format for LAT, with configurable default |
HAS_LAT() |
Determine if LAT has a value |
Lon¶
The longitude information of the remote IP address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LON() |
Getter for LON, with configurable default |
ASK_LON() |
Getter for LON w/ exceptions if field has no value |
STR_LON() |
String format for LON, with configurable default |
HAS_LON() |
Determine if LON has a value |