openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
Tools.Geolocation Namespace Reference

Classes

class  Geolocation
 

Variables

dictionary geolocationFields
 
 geolocation = Geolocation()
 

Variable Documentation

◆ geolocation

Tools.Geolocation.geolocation = Geolocation()

◆ geolocationFields

dictionary Tools.Geolocation.geolocationFields
Initial value:
1 = {
2  "country": 0x00000001,
3  "countryCode": 0x00000002,
4  "region": 0x00000004,
5  "regionName": 0x00000008,
6  "city": 0x00000010,
7  "zip": 0x00000020,
8  "lat": 0x00000040,
9  "lon": 0x00000080,
10  "timezone": 0x00000100,
11  "isp": 0x00000200,
12  "org": 0x00000400,
13  "as": 0x00000800,
14  "reverse": 0x00001000,
15  "query": 0x00002000,
16  "status": 0x00004000,
17  "message": 0x00008000,
18  "mobile": 0x00010000,
19  "proxy": 0x00020000,
20  # "": 0x00040000,
21  "district": 0x00080000,
22  "continent": 0x00100000,
23  "continentCode": 0x00200000,
24  "asname": 0x00400000,
25  "currency": 0x00800000,
26  "hosting": 0x01000000,
27  "offset": 0x02000000
28 }