Inheritance diagram for RouteManagerExample:Public Member Functions | |
| void | initializeSdk () |
| void | setupRouteListener () |
| void | demonstrateRouteManagerMethods () |
| void | demonstrateRoutePathUsage: (NSArray< NCRoutePath * > *paths) |
| void | demonstrateRouteEventUsage: (NCRouteEvent *event) |
| void | demonstrateRouteEventTypes () |
| void | demonstrateLocationPointUsage: (NCLocationPoint *locationPoint) |
| void | demonstratePointUsage: (NCPoint *point) |
| void | demonstrateAdvancedRoutingFeatures () |
| void | demonstrateRoutePlanningSimulation () |
| void | cleanup () |
| void | runExample () |
| (void) | - onPathsUpdated: |
| Called when new route has been calculated. | |
Properties | |
| NCNavigineSdk * | sdk |
| NCLocationManager * | locationManager |
| NCNavigationManager * | navigationManager |
| NCRouteManager * | routeManager |
RouteManager usage example for Dart/Flutter Demonstrates working with route planning, path calculation, and navigation
RouteManager usage example for Objective-C Demonstrates working with route planning, path calculation, and navigation
Definition at line 9 of file route_manager_example.dart.
|
virtual |
|
virtual |
|
virtual |
Demonstrate LocationPoint class methods
Definition at line 264 of file RouteManagerExample.m.
|
virtual |
Demonstrate Point class methods
Definition at line 296 of file RouteManagerExample.m.
|
virtual |
|
virtual |
Demonstrate RouteEvent class methods
Definition at line 217 of file RouteManagerExample.m.
|
virtual |
|
virtual |
Demonstrate RoutePath class methods
Definition at line 167 of file RouteManagerExample.m.
|
virtual |
|
virtual |
Definition at line 41 of file RouteManagerExample.m.
| - (void) onPathsUpdated: | (nonnull NSArray< NCRoutePath * > *) | paths |
Called when new route has been calculated.
| paths | calculated list of RoutePaths to added targets. |
Swift code snippet:
Objective C code snippet:
|
virtual |
|
virtual |
Setup route listener
Definition at line 84 of file RouteManagerExample.m.
|
readwritenonatomicstrong |
Definition at line 11 of file RouteManagerExample.m.
|
readwritenonatomicstrong |
Definition at line 12 of file RouteManagerExample.m.
|
readwritenonatomicstrong |
Definition at line 13 of file RouteManagerExample.m.
|
readwritenonatomicstrong |
Definition at line 10 of file RouteManagerExample.m.