Skip to content

Class Wifi

Il Kadyrov edited this page Nov 5, 2020 · 4 revisions

Wifi class is used for storing wifis (Wi-Fi).

Referenced from: Sublocation.

Public methods

Function getLocationId

public int getLocationId()

Function returns the wifi's location identifier.

Function getSublocationId

public int getSublocationId()

Function returns the wifi's sublocation identifier.

Function getMac

public String getMac()

Function returns the wifi's Mac address.

Function getName

public String getName()

Function returns the wifi's name.

Function getPoint

public Point getPoint()

Function returns the wifi's X and Y coordinates in meters as Point (within the sublocation).

Clone this wiki locally