Skip to content

Class Beacon

Il Kadyrov edited this page Oct 1, 2020 · 2 revisions

Beacon class is used for storing beacons (iBeacons).

Referenced from: Sublocation.

Public methods

Function getLocationId

public int getLocationId()

Function returns the beacon's location identifier.

Function getSublocationId

public int getSublocationId()

Function returns the beacon's sublocation identifier.

Function getMajor

public int getMajor()

Function returns the beacon's major value.

Function getMinor

public int getMinor()

Function returns the beacon's minor value.

Function getUuid

public String getUuid()

Function returns the beacon's uuid.

Function getName

public String getName()

Function returns the beacon's name.

Function getPoint

public Point getPoint()

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

Function getPower

public int getPower()

Function returns the beacon's power.

Clone this wiki locally