Public Member Functions | |
RouteManagerExample () | |
void | demonstrateRouteManagerMethods () |
void | demonstrateRoutePathUsage (List< RoutePath > paths) |
void | demonstrateRouteEventUsage (RouteEvent event) |
void | demonstrateRouteEventTypes () |
void | demonstrateLocationPointUsage (LocationPoint locationPoint) |
void | demonstratePointUsage (Point point) |
void | demonstrateAdvancedRoutingFeatures () |
void | demonstrateRoutePlanningSimulation () |
void | cleanup () |
void | runExample () |
Static Public Member Functions | |
static void | main (String[] args) |
RouteManager usage example for Java Demonstrates working with route planning, path calculation, and navigation
Definition at line 10 of file RouteManagerExample.java.
|
inline |
Definition at line 17 of file RouteManagerExample.java.
|
inline |
Clean up resources
Definition at line 404 of file RouteManagerExample.java.
|
inline |
Demonstrate advanced routing features
Definition at line 307 of file RouteManagerExample.java.
|
inline |
Demonstrate LocationPoint class methods
Definition at line 252 of file RouteManagerExample.java.
|
inline |
Demonstrate Point class methods
Definition at line 284 of file RouteManagerExample.java.
|
inline |
Demonstrate RouteEventType enum values
Definition at line 238 of file RouteManagerExample.java.
|
inline |
Demonstrate RouteEvent class methods
Definition at line 209 of file RouteManagerExample.java.
|
inline |
Demonstrate RouteManager methods
Definition at line 83 of file RouteManagerExample.java.
|
inline |
Demonstrate RoutePath class methods
Definition at line 159 of file RouteManagerExample.java.
|
inline |
Demonstrate route planning simulation
Definition at line 343 of file RouteManagerExample.java.
|
inlinestatic |
Main method to run the example
Definition at line 438 of file RouteManagerExample.java.
|
inline |
Main demonstration method
Definition at line 416 of file RouteManagerExample.java.