Public Member Functions | |
| AsyncRouteManagerExample () | |
| void | demonstrateAsyncRouteManagerMethods () |
| void | demonstrateRoutePathUsage (RoutePath routePath) |
| void | demonstrateRouteNodeUsage (RouteNode node) |
| void | demonstrateRouteEventUsage (RouteEvent event) |
| void | demonstrateRouteEventTypes () |
| void | demonstrateTurnTypes () |
| void | demonstrateTurnEventUsage (TurnEvent event) |
| void | demonstrateTransitionEntryEventUsage (TransitionEntryEvent event) |
| void | demonstrateTransitionExitEventUsage (TransitionExitEvent event) |
| void | demonstrateTargetReachedEventUsage (TargetReachedEvent event) |
| void | demonstrateLocationPointUsage (LocationPoint locationPoint) |
| void | demonstratePointUsage (Point point) |
| void | demonstrateRouteOptions () |
| void | demonstrateAdvancedAsyncRoutingFeatures () |
| void | demonstrateRouteStatusUsage () |
| void | demonstrateRouteSessionManagement () |
| void | cleanup () |
| void | runExample () |
Static Public Member Functions | |
| static void | main (String[] args) |
AsyncRouteManager usage example for Java Demonstrates working with async route planning, session management, and navigation
Definition at line 10 of file AsyncRouteManagerExample.java.
|
inline |
Definition at line 18 of file AsyncRouteManagerExample.java.
|
inline |
Clean up resources
Definition at line 558 of file AsyncRouteManagerExample.java.
|
inline |
Demonstrate advanced async routing features
Definition at line 414 of file AsyncRouteManagerExample.java.
|
inline |
Demonstrate AsyncRouteManager methods
Definition at line 96 of file AsyncRouteManagerExample.java.
|
inline |
Demonstrate LocationPoint usage
Definition at line 322 of file AsyncRouteManagerExample.java.
|
inline |
Demonstrate Point usage
Definition at line 357 of file AsyncRouteManagerExample.java.
|
inline |
Demonstrate RouteEventType enum values
Definition at line 251 of file AsyncRouteManagerExample.java.
|
inline |
Demonstrate RouteEvent usage
Definition at line 207 of file AsyncRouteManagerExample.java.
|
inline |
Definition at line 180 of file AsyncRouteManagerExample.java.
|
inline |
Demonstrate RouteOptions usage
Definition at line 385 of file AsyncRouteManagerExample.java.
|
inline |
Demonstrate RoutePath usage
Definition at line 136 of file AsyncRouteManagerExample.java.
|
inline |
Demonstrate route session management
Definition at line 508 of file AsyncRouteManagerExample.java.
|
inline |
Demonstrate RouteStatus enum usage
Definition at line 479 of file AsyncRouteManagerExample.java.
|
inline |
Definition at line 307 of file AsyncRouteManagerExample.java.
|
inline |
Definition at line 283 of file AsyncRouteManagerExample.java.
|
inline |
Definition at line 295 of file AsyncRouteManagerExample.java.
|
inline |
Definition at line 271 of file AsyncRouteManagerExample.java.
|
inline |
Definition at line 262 of file AsyncRouteManagerExample.java.
|
inlinestatic |
Main method to run the example
Definition at line 602 of file AsyncRouteManagerExample.java.
|
inline |
Main demonstration method
Definition at line 577 of file AsyncRouteManagerExample.java.