Inheritance diagram for com.navigine.idl.java.internal.RoutePathBinding:Public Member Functions | |
| RoutePath | head (float advance) |
| Returns the leading segment of the route up to advance meters. | |
| RoutePath | tail (float advance) |
| Returns the route segment after advance meters. | |
| ArrayList< RouteNode > | nodes () |
| Returns route nodes with points and events. | |
| float | getLength () |
| Total route length in meters. | |
| float | getWeight () |
| Total route weight/cost. | |
Protected Member Functions | |
| RoutePathBinding (NativeObject nativeObject) | |
Definition at line 12 of file RoutePathBinding.java.
|
inlineprotected |
Invoked only from native code.
Definition at line 19 of file RoutePathBinding.java.
|
inline |
Total route length in meters.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.RoutePath.
Definition at line 48 of file RoutePathBinding.java.
|
inline |
Total route weight/cost.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.RoutePath.
Definition at line 55 of file RoutePathBinding.java.
|
inline |
Returns the leading segment of the route up to advance meters.
| advance | distance along route (meters). |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.RoutePath.
Definition at line 27 of file RoutePathBinding.java.
|
inline |
Returns route nodes with points and events.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.RoutePath.
Definition at line 41 of file RoutePathBinding.java.
|
inline |
Returns the route segment after advance meters.
| advance | distance along route (meters). |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.RoutePath.
Definition at line 34 of file RoutePathBinding.java.