Skip to content

Class LocationPoint

Il Kadyrov edited this page Oct 13, 2020 · 3 revisions

Class LocationPoint is used for representing certain positions (points) within the location.

Referenced from: RoutePath, Zone.

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 beacon's X and Y coordinates in meters as Point (within the sublocation).

Clone this wiki locally