wloc 0.9.2
Simple Wi-Fi geolocation library and tool
|
Public Member Functions | |
def | __init__ (self, str apikey) |
Class for working with Mozilla Geolocation API.
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.