Skip to content

Class LocationPoint

Il Kadyrov edited this page Nov 5, 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 location identifier where point placed.

Function getSublocationId

public int getSublocationId()

Function returns the sublocation identifier where point placed.

Function getPoint

public Point getPoint()

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

Clone this wiki locally