public class IARoutingPoint
extends RoutingPoint
| Constructor and Description |
|---|
IARoutingPoint(double latitude,
double longitude,
int floorLevel,
java.lang.Integer id)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFloor()
Get the floor number of the
IARoutingPoint |
double |
getLatitude()
Get the latitude of the
IARoutingPoint. |
double |
getLongitude()
Get the longitude of the
IARoutingPoint |
java.lang.Integer |
getNodeIndex()
Get the index of the
IARoutingPoint. |
public IARoutingPoint(double latitude,
double longitude,
int floorLevel,
java.lang.Integer id)
public double getLatitude()
IARoutingPoint.public double getLongitude()
IARoutingPointpublic int getFloor()
IARoutingPointpublic java.lang.Integer getNodeIndex()
IARoutingPoint. This is the zero-based index
of the node in the original JSON graph this IARoutingPoint
corresponds to. If this is a virtual wayfinding node, e.g., a starting
point of the route outside the original graph, this method returns null.