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