Skip to content

Class Position

Il Kadyrov edited this page Oct 14, 2020 · 4 revisions

Position class is used for storing the route path between the two points on the location.

Referenced from: PositionListener.

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 getPoint

public Point getPoint()

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

Function getAccuracy

public float getAccuracy()

Function returns the positions' accuracy.

Function getAzimuth

public float getAzimuth()

Function returns the positions' accuracy.

Clone this wiki locally