Class is used for evaluating RoutePath from point to point.
More...
Class is used for evaluating RoutePath from point to point.
Referenced from NavigineSdk.
Definition at line 17 of file RouteManager.java.
◆ addRouteListener()
abstract void com.navigine.idl.java.RouteManager.addRouteListener |
( |
RouteListener | listener | ) |
|
|
abstract |
Method is used to add RouteListener class element which will notify about evaluated route path from your position to target point.
- Note
- Do not forget to remove listener if it is no longer needed!
- Parameters
-
◆ addTarget()
abstract void com.navigine.idl.java.RouteManager.addTarget |
( |
LocationPoint | target | ) |
|
|
abstract |
Method is used to add target point in your location. Through RouteListener you will be notified about new paths to target point.
- Parameters
-
◆ cancelTarget()
abstract void com.navigine.idl.java.RouteManager.cancelTarget |
( |
| ) |
|
|
abstract |
Method is used for removing current target points to where the routes were built.
◆ clearTargets()
abstract void com.navigine.idl.java.RouteManager.clearTargets |
( |
| ) |
|
|
abstract |
Method is used for removing all target points to where the routes were built.
◆ getGraphTag()
abstract String com.navigine.idl.java.RouteManager.getGraphTag |
( |
| ) |
|
|
abstract |
Method is used to get current graph tag (Default: "default").
◆ getGraphTags()
abstract ArrayList< String > com.navigine.idl.java.RouteManager.getGraphTags |
( |
| ) |
|
|
abstract |
Method is used to get all graph tags,.
◆ makeRoute()
Method is used to build a route between points about evaluated RoutePath from your position to target point.
- Parameters
-
- Returns
- RoutePath from starting to destination point.
◆ makeRoutes()
Method is used to build a route between the starting point and several destination points.
- Parameters
-
- Returns
- vector of RoutePaths from starting to destination point.
◆ removeRouteListener()
abstract void com.navigine.idl.java.RouteManager.removeRouteListener |
( |
RouteListener | listener | ) |
|
|
abstract |
Method is used for removing previously added RouteListener class element.
- Parameters
-
◆ setGraphTag()
abstract void com.navigine.idl.java.RouteManager.setGraphTag |
( |
String | tag | ) |
|
|
abstract |
Method is used to select graph tag (Default: "default").
◆ setTarget()
abstract void com.navigine.idl.java.RouteManager.setTarget |
( |
LocationPoint | target | ) |
|
|
abstract |
Method is used to set target point in your location. Through RouteListener you will be notified about new paths to target point.
- Parameters
-
The documentation for this class was generated from the following file: