Public Member Functions | |
AsyncRouteManagerExample () | |
void | demonstrateAsyncRouteManagerMethods () |
void | demonstrateRoutePathUsage (RoutePath routePath) |
void | demonstrateRouteEventUsage (RouteEvent event) |
void | demonstrateRouteEventTypes () |
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 470 of file AsyncRouteManagerExample.java.
|
inline |
Demonstrate advanced async routing features
Definition at line 326 of file AsyncRouteManagerExample.java.
|
inline |
Demonstrate AsyncRouteManager methods
Definition at line 96 of file AsyncRouteManagerExample.java.
|
inline |
Demonstrate LocationPoint usage
Definition at line 234 of file AsyncRouteManagerExample.java.
|
inline |
Demonstrate Point usage
Definition at line 269 of file AsyncRouteManagerExample.java.
|
inline |
Demonstrate RouteEventType enum values
Definition at line 220 of file AsyncRouteManagerExample.java.
|
inline |
Demonstrate RouteEvent usage
Definition at line 186 of file AsyncRouteManagerExample.java.
|
inline |
Demonstrate RouteOptions usage
Definition at line 297 of file AsyncRouteManagerExample.java.
|
inline |
Demonstrate RoutePath usage
Definition at line 136 of file AsyncRouteManagerExample.java.
|
inline |
Demonstrate route session management
Definition at line 420 of file AsyncRouteManagerExample.java.
|
inline |
Demonstrate RouteStatus enum usage
Definition at line 391 of file AsyncRouteManagerExample.java.
|
inlinestatic |
Main method to run the example
Definition at line 513 of file AsyncRouteManagerExample.java.
|
inline |
Main demonstration method
Definition at line 489 of file AsyncRouteManagerExample.java.