Interface LogLocationInfo

Information about the location that triggered this event based on the ip.

Hierarchy

  • LogLocationInfo

Indexable

[key: string]: any | any

Properties

city_name: string

Full city name in English.

continent_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).

country_code: string

Two-letter Alpha-2 ISO 3166-1 country code.

country_code3: string

Three-letter Alpha-3 ISO 3166-1 country code.

country_name: string

Full country name in English.

latitude: string

Global latitude (horizontal) position.

longitude: string

Global longitude (vertical) position.

time_zone: string

Time zone name as found in the tz database.