wloc 1.1.0
Simple Wi-Fi geolocation library and tool
wloc.backends.mozilla.BackendMozilla Class Reference
Inheritance diagram for wloc.backends.mozilla.BackendMozilla:
wloc.backends.google.BackendGoogle wloc.backends.BackendCommon

Public Member Functions

def __init__ (self, str apikey)
 

Detailed Description

Class for working with Mozilla Geolocation API.

Constructor & Destructor Documentation

◆ __init__()

def wloc.backends.mozilla.BackendMozilla.__init__ (   self,
str  apikey 
)
Main constructor of the BackendMozilla class.
:param apikey: String with the API token (key).

Reimplemented from wloc.backends.google.BackendGoogle.