wloc 1.1.0
Simple Wi-Fi geolocation library and tool
|
Public Member Functions | |
__init__ (self, str apikey) | |
Protected Member Functions | |
list | _execute (self, list netlist) |
str | _uri (self) |
Protected Attributes | |
str | _endpoint |
Class for working with the Yandex Locator API.
wloc.backends.yandex.BackendYandex.__init__ | ( | self, | |
str | apikey ) |
Main constructor of the BackendYandex class. :param apikey: String with the API token (key).
Reimplemented from wloc.backends.BackendCommon.
|
protected |
Internal implementation of Yandex Locator API fetcher. :param netlist: The list of available Wi-Fi networks. :return: Coordinates (float).
Reimplemented from wloc.backends.BackendCommon.
|
protected |
Gets fully-qualified geolocation API URI. :return: Fully-qualified geolocation API URI.
Reimplemented from wloc.backends.BackendCommon.