Skip to content

Class Position

Il Kadyrov edited this page Nov 5, 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 position's location identifier.

Function getSublocationId

public int getSublocationId()

Function returns the position'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 position's accuracy.

Function getAzimuth

public float getAzimuth()

Function returns the position's azimuth.

Clone this wiki locally