Loading...
Searching...
No Matches
com.navigine.idl.java.LocationPoint Class Reference

Class is used for representing certain point within the location. More...

Public Member Functions

 LocationPoint (Point point, int locationId, int sublocationId)
 Default constructor for class LocationPoint.
 
Point getPoint ()
 location point X and Y coordinates in meters as Point (within the sublocation).
 
int getLocationId ()
 location point location identifier.
 
int getSublocationId ()
 location point sublocation identifier.
 
String toString ()
 

Detailed Description

Class is used for representing certain point within the location.

Referenced from: AsyncRouteListener, AsyncRouteManager, CircleMapObject, FlatIconMapObject, IconMapObject, MapObjectPickResult, NavigationManager, Notification, Position, RouteManager, RoutePath, Sublocation, Venue.

Definition at line 19 of file LocationPoint.java.

Constructor & Destructor Documentation

◆ LocationPoint()

com.navigine.idl.java.LocationPoint.LocationPoint ( Point point,
int locationId,
int sublocationId )
inline

Default constructor for class LocationPoint.

Definition at line 31 of file LocationPoint.java.

Member Function Documentation

◆ getLocationId()

int com.navigine.idl.java.LocationPoint.getLocationId ( )
inline

location point location identifier.

Returns

Definition at line 50 of file LocationPoint.java.

◆ getPoint()

Point com.navigine.idl.java.LocationPoint.getPoint ( )
inline

location point X and Y coordinates in meters as Point (within the sublocation).

Returns

Definition at line 43 of file LocationPoint.java.

◆ getSublocationId()

int com.navigine.idl.java.LocationPoint.getSublocationId ( )
inline

location point sublocation identifier.

Returns

Definition at line 57 of file LocationPoint.java.

◆ toString()

String com.navigine.idl.java.LocationPoint.toString ( )
inline

Definition at line 62 of file LocationPoint.java.


The documentation for this class was generated from the following file: