public class VgIRoutingSolver
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
VgIRouteRequest |
computeRoute(VgIRouteRequestParameters pParameters)
Computes a route given some parameters.
|
void |
delete() |
VgIRoutingNodeRefPtr |
getRoutingNode(java.lang.String pPoiID)
Gets the virtual node associated with a given poi.
|
VgIRoutingNodeRefPtr |
getRoutingNode(VgPosition pPosition)
Gets the closest node to a given position.
|
public void delete()
public VgIRouteRequest computeRoute(VgIRouteRequestParameters pParameters)
pParameters
- Parameters to determine the route to be computed.
A notify function will be called on callback within pParameters once the route has been computed.public VgIRoutingNodeRefPtr getRoutingNode(VgPosition pPosition)
pPosition
- A const reference on the position.public VgIRoutingNodeRefPtr getRoutingNode(java.lang.String pPoiID)
pPoiID
- A const reference on a string containing the poi's ID.