Inheritance diagram for com.navigine.idl.java.internal.RouteManagerBinding:Public Member Functions | |
| RoutePath | makeRoute (LocationPoint from, LocationPoint to) |
| Method is used to build a route between points about evaluated RoutePath from your position to target point. | |
| ArrayList< RoutePath > | makeRoutes (LocationPoint from, ArrayList< LocationPoint > to) |
| Method is used to build a route between the starting point and several destination points. | |
| void | setTarget (LocationPoint target) |
| Method is used to set target point in your location. Through RouteListener you will be notified about new paths to target point. | |
| void | addTarget (LocationPoint target) |
| Method is used to add target point in your location. Through RouteListener you will be notified about new paths to target point. | |
| void | cancelTarget () |
| Method is used for removing current target points to where the routes were built. | |
| void | clearTargets () |
| Method is used for removing all target points to where the routes were built. | |
| void | setGraphTag (String tag) |
| Method is used to select graph tag (Default: "default"). | |
| String | getGraphTag () |
| Method is used to get current graph tag (Default: "default"). | |
| ArrayList< String > | getGraphTags () |
| Method is used to get all graph tags,. | |
| void | addRouteListener (RouteListener listener) |
| Method is used to add RouteListener class element which will notify about evaluated route path from your position to target point. | |
| void | removeRouteListener (RouteListener listener) |
| Method is used for removing previously added RouteListener class element. | |
Protected Member Functions | |
| RouteManagerBinding (NativeObject nativeObject) | |
Protected Attributes | |
| Subscription< RouteListener > | weakRouteListenerSubscription |
Definition at line 15 of file RouteManagerBinding.java.
|
inlineprotected |
Invoked only from native code.
Definition at line 22 of file RouteManagerBinding.java.
|
inline |
Method is used to add RouteListener class element which will notify about evaluated route path from your position to target point.
| listener | Corresponding RouteListener class. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.RouteManager.
Definition at line 101 of file RouteManagerBinding.java.
|
inline |
Method is used to add target point in your location. Through RouteListener you will be notified about new paths to target point.
| target | finish LocationPoint. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.RouteManager.
Definition at line 59 of file RouteManagerBinding.java.
|
inline |
Method is used for removing current target points to where the routes were built.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.RouteManager.
Definition at line 66 of file RouteManagerBinding.java.
|
inline |
Method is used for removing all target points to where the routes were built.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.RouteManager.
Definition at line 73 of file RouteManagerBinding.java.
|
inline |
Method is used to get current graph tag (Default: "default").
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.RouteManager.
Definition at line 87 of file RouteManagerBinding.java.
|
inline |
Method is used to get all graph tags,.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.RouteManager.
Definition at line 94 of file RouteManagerBinding.java.
|
inline |
Method is used to build a route between points about evaluated RoutePath from your position to target point.
| from | starting LocationPoint. |
| to | destination LocationPoint. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.RouteManager.
Definition at line 38 of file RouteManagerBinding.java.
|
inline |
Method is used to build a route between the starting point and several destination points.
| from | starting LocationPoint. |
| to | destination list of LocationPoints. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.RouteManager.
Definition at line 45 of file RouteManagerBinding.java.
|
inline |
Method is used for removing previously added RouteListener class element.
| listener | Corresponding RouteListener class to remove. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.RouteManager.
Definition at line 108 of file RouteManagerBinding.java.
|
inline |
Method is used to select graph tag (Default: "default").
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.RouteManager.
Definition at line 80 of file RouteManagerBinding.java.
|
inline |
Method is used to set target point in your location. Through RouteListener you will be notified about new paths to target point.
| target | finish LocationPoint. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.RouteManager.
Definition at line 52 of file RouteManagerBinding.java.
|
protected |
Definition at line 27 of file RouteManagerBinding.java.