Inherits NSObject, and <NCAsyncRouteListener>.
Public Member Functions | |
void | initializeSdk () |
void | setupAsyncRouteListener () |
void | demonstrateAsyncRouteManagerMethods () |
void | demonstrateRoutePathUsage: (NCRoutePath *routePath) |
void | demonstrateRouteEventUsage: (NCRouteEvent *event) |
void | demonstrateRouteEventTypes () |
void | demonstrateLocationPointUsage: (NCLocationPoint *locationPoint) |
void | demonstratePointUsage: (NCPoint *point) |
void | demonstrateRouteOptions () |
void | demonstrateAdvancedAsyncRoutingFeatures () |
void | demonstrateRouteSessionManagement () |
void | cleanup () |
void | runExample () |
Properties | |
NCNavigineSdk * | sdk |
NCLocationManager * | locationManager |
NCNavigationManager * | navigationManager |
NCAsyncRouteManager * | asyncRouteManager |
NCRouteSession * | currentSession |
AsyncRouteManager usage example for Dart/Flutter Demonstrates working with async route planning, session management, and navigation
AsyncRouteManager usage example for Objective-C Demonstrates working with async route planning, session management, and navigation
Definition at line 9 of file async_route_manager_example.dart.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Demonstrate LocationPoint usage
Definition at line 234 of file AsyncRouteManagerExample.m.
|
virtual |
Demonstrate Point usage
Definition at line 269 of file AsyncRouteManagerExample.m.
|
virtual |
|
virtual |
Demonstrate RouteEvent usage
Definition at line 182 of file AsyncRouteManagerExample.m.
|
virtual |
|
virtual |
Demonstrate RoutePath usage
Definition at line 132 of file AsyncRouteManagerExample.m.
|
virtual |
|
virtual |
Definition at line 43 of file AsyncRouteManagerExample.m.
|
virtual |
|
virtual |
Setup async route listener
Definition at line 86 of file AsyncRouteManagerExample.m.
|
readwritenonatomicstrong |
Definition at line 13 of file AsyncRouteManagerExample.m.
|
readwritenonatomicstrong |
Definition at line 14 of file AsyncRouteManagerExample.m.
|
readwritenonatomicstrong |
Definition at line 11 of file AsyncRouteManagerExample.m.
|
readwritenonatomicstrong |
Definition at line 12 of file AsyncRouteManagerExample.m.
|
readwritenonatomicstrong |
Definition at line 10 of file AsyncRouteManagerExample.m.