docs/interfaces/management.Management.LogLocationInfo.html
Information about the location that triggered this event based on the ip.
interface LogLocationInfo {
country_code?: string;
country_code3?: string;
country_name?: string;
city_name?: string;
latitude?: number;
longitude?: number;
time_zone?: string;
continent_code?: string;
key: string: any;
}
Accepts any additional properties
country_code?country_code3?country_name?city_name?latitude?longitude?time_zone?continent_code?
Optionalcountry_codecountry_code?: string
Two-letter Alpha-2 ISO 3166-1 country code.
Optionalcountry_code3country_code3?: string
Three-letter Alpha-3 ISO 3166-1 country code.
Optionalcountry_namecountry_name?: string
Full country name in English.
Optionalcity_namecity_name?: string
Full city name in English.
Optionallatitudelatitude?: number
Global latitude (horizontal) position.
Optionallongitudelongitude?: number
Global longitude (vertical) position.
Optionaltime_zonetime_zone?: string
Time zone name as found in the tz database.
Optionalcontinent_codecontinent_code?: string
Continent the country is located within. Can be AF (Africa), AN (Antarctica), AS (Asia), EU (Europe), NA (North America), OC (Oceania) or SA (South America).
Member Visibility
ThemeOSLightDark
Properties country_codecountry_code3country_namecity_namelatitudelongitudetime_zonecontinent_code